aboutsummaryrefslogtreecommitdiff
path: root/source/am/android/sdremote/res/values.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/am/android/sdremote/res/values.po')
-rw-r--r--source/am/android/sdremote/res/values.po28
1 files changed, 14 insertions, 14 deletions
diff --git a/source/am/android/sdremote/res/values.po b/source/am/android/sdremote/res/values.po
index da719af0605..f387c07b0ff 100644
--- a/source/am/android/sdremote/res/values.po
+++ b/source/am/android/sdremote/res/values.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-02-12 12:55+0100\n"
-"PO-Revision-Date: 2013-02-16 18:48+0000\n"
+"POT-Creation-Date: 2013-03-11 18:24+0100\n"
+"PO-Revision-Date: 2013-03-13 18:53+0000\n"
"Last-Translator: Samson <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.5.0-beta1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1361040528.0\n"
+"X-POOTLE-MTIME: 1363200804.0\n"
#: strings.xml
msgctxt ""
@@ -197,8 +197,8 @@ msgctxt ""
"strings.xml\n"
"wifi\n"
"string.text"
-msgid "WI-FI"
-msgstr "WI-FI"
+msgid "Wi-Fi"
+msgstr "Wi-Fi"
#: strings.xml
msgctxt ""
@@ -213,8 +213,8 @@ msgctxt ""
"strings.xml\n"
"selector_delete\n"
"string.text"
-msgid "Remove server"
-msgstr "ሰርቨር ማስወገጃ"
+msgid "Remove computer"
+msgstr "ኮምፒዩተሩን ማስወገጃ"
#: strings.xml
msgctxt ""
@@ -363,31 +363,31 @@ msgctxt ""
"strings.xml\n"
"addserver\n"
"string.text"
-msgid "Add Server"
-msgstr "ሰርቨር መጨመሪያ"
+msgid "Add Wi-Fi Computer Manually"
+msgstr "Add Wi-Fi Computer Manually"
#: strings.xml
msgctxt ""
"strings.xml\n"
"addserver_entername\n"
"string.text"
-msgid "Server name:"
-msgstr "የሰርቨሩ ስም :"
+msgid "Computer name:"
+msgstr "የኮምፒዩተሩ ስም :"
#: strings.xml
msgctxt ""
"strings.xml\n"
"addserver_enteraddress\n"
"string.text"
-msgid "Server address as IP or hostname:"
-msgstr "የሰርቨር አድራሻ እንደ IP ወይንም የጋባዥ ስም :"
+msgid "Computer IP address or hostname:"
+msgstr "Computer IP address or hostname:"
#: strings.xml
msgctxt ""
"strings.xml\n"
"addserver_remember\n"
"string.text"
-msgid "Remember this server next time"
+msgid "Remember this computer next time"
msgstr "ይህን ሰርቨር ለሚቀጥለው ጊዜ አስታውስ"
#: strings.xml
n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/UIConfig_sabpilot.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-05-31 15:06:53 +0200
committerAndras Timar <andras.timar@collabora.com>2022-06-01 12:30:37 +0200
commit3c8376a00636091b1c90970b4bd8a2a2eae9da52 (patch)
tree2398424100ae5306cb0bff3879da0633a5fff8da /extensions/UIConfig_sabpilot.mk
parent78b6d38ceeb5f231b89123aade179a184517ebef (diff)
sw: fix crash in SwAnchoredObject::UpdateObjInSortedList co-22.05.2-1
See https://crashreport.libreoffice.org/stats/signature/SwAnchoredObject::UpdateObjInSortedList() Just a few lines above (line 636) the same checks are used inside the DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION condition so I don't understand why they weren't added here as well Change-Id: Id8ade0a506d5996d9e357d45c20fe56a68a93eec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135188 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit 64f8a70298695d1952c3a399e897755ab861add5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135170 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>