aboutsummaryrefslogtreecommitdiff
path: root/source/ar/editeng
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-06-21 20:11:38 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-06-21 20:35:13 +0200
commit0027ac636c89b3a606e76291246c0e49b64fe4db (patch)
tree3616dd9c855181009865494403e0c6ae1780ed75 /source/ar/editeng
parent5a19b0e2aace7ae41441a09e9aa31be7350ec18f (diff)
update translations for 5.2.0 rc1
and force-fix errors using pocheck Change-Id: I0ddd38b998824a5718c70610f21ac163db83f507
Diffstat (limited to 'source/ar/editeng')
-rw-r--r--source/ar/editeng/source/editeng.po15
1 files changed, 7 insertions, 8 deletions
diff --git a/source/ar/editeng/source/editeng.po b/source/ar/editeng/source/editeng.po
index f0bd9f9c1b0..39c8cc02015 100644
--- a/source/ar/editeng/source/editeng.po
+++ b/source/ar/editeng/source/editeng.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2013-05-27 16:39+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:13+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369672785.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466007190.000000\n"
#: editeng.src
msgctxt ""
@@ -89,14 +89,13 @@ msgid "Change Case"
msgstr "تغيير حالة الأحرف"
#: editeng.src
-#, fuzzy
msgctxt ""
"editeng.src\n"
"RID_MENU_SPELL\n"
"MN_IGNORE\n"
"menuitem.text"
msgid "I~gnore All"
-msgstr "تجاهل الكل"
+msgstr "ت~جاهل الكل"
#: editeng.src
msgctxt ""
@@ -132,7 +131,7 @@ msgctxt ""
"MN_AUTOCORR\n"
"menuitem.text"
msgid "AutoCorrect ~To"
-msgstr ""
+msgstr "صحح آليا إ~لى"
#: editeng.src
msgctxt ""
@@ -141,7 +140,7 @@ msgctxt ""
"MN_AUTO_CORRECT_DLG\n"
"menuitem.text"
msgid "Auto~Correct Options..."
-msgstr ""
+msgstr "خيارات الت~صحيح الآلي..."
#: editeng.src
msgctxt ""
-3-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc/CTable.hxx
AgeCommit message (Expand)Author
2 daystrim excessive leading whitespace in connectivityNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2020-07-18compact namespace: connectivityNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-01-25tdf#124176: Use pragma once instead of include guardsCanberk TURAN
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2018-12-13loplugin:unusedfields in variousNoel Grandin
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-23loplugin:constantparam in connectivityNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-06Remove unused typedefsStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-06-25removed unused forward declarations of classTakeshi Abe
2012-06-12re-base on ALv2 code.Michael Meeks