aboutsummaryrefslogtreecommitdiff
path: root/source/sr-Latn/tubes/uiconfig/ui.po
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-10 23:21:09 +0200
committerEike Rathke <erack@redhat.com>2013-09-10 23:21:58 +0200
commitc4768e4b398b6090f524ae801d74ad55879239ca (patch)
tree64b4ee22e51b5a79367ab0c47cf18d0a5ce53292 /source/sr-Latn/tubes/uiconfig/ui.po
parent54fd99cf0cda479641a91bb9e7f2ebe8a8384b1c (diff)
renamed 'sh' to 'sr-Latn'
Change-Id: Ic18845e0513f551cdc4152dd69fc54b0a14f2e6b
Diffstat (limited to 'source/sr-Latn/tubes/uiconfig/ui.po')
-rw-r--r--source/sr-Latn/tubes/uiconfig/ui.po69
1 files changed, 69 insertions, 0 deletions
diff --git a/source/sr-Latn/tubes/uiconfig/ui.po b/source/sr-Latn/tubes/uiconfig/ui.po
new file mode 100644
index 00000000000..533b2e72951
--- /dev/null
+++ b/source/sr-Latn/tubes/uiconfig/ui.po
@@ -0,0 +1,69 @@
+#. extracted from tubes/uiconfig/ui
+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-05-25 18:27+0200\n"
+"PO-Revision-Date: 2013-01-24 22:52+0100\n"
+"Last-Translator: Goran Rakic <grakic@devbase.net>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: contacts.ui
+msgctxt ""
+"contacts.ui\n"
+"listen\n"
+"label\n"
+"string.text"
+msgid "Listen"
+msgstr "Očekuj"
+
+#: contacts.ui
+msgctxt ""
+"contacts.ui\n"
+"invite\n"
+"label\n"
+"string.text"
+msgid "Invite"
+msgstr "Pozovi"
+
+#: contacts.ui
+msgctxt ""
+"contacts.ui\n"
+"demo\n"
+"label\n"
+"string.text"
+msgid "StartDemoSession"
+msgstr "PokreniDemo"
+
+#: contacts.ui
+msgctxt ""
+"contacts.ui\n"
+"buddy\n"
+"label\n"
+"string.text"
+msgid "StartBuddySession"
+msgstr "PokreniDrugara"
+
+#: contacts.ui
+msgctxt ""
+"contacts.ui\n"
+"group\n"
+"label\n"
+"string.text"
+msgid "StartGroupSession"
+msgstr "PokreniGrupu"
+
+#: contacts.ui
+msgctxt ""
+"contacts.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Select a contact to collaborate with"
+msgstr "Odaberite kontakt za zajednički rad"
-3'>libreoffice-4-1-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/items/itemprop.cxx
AgeCommit message (Collapse)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
Change-Id: Ic21ff7bf48f07f7277979d52e99d2c5c268de83f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157825 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-07-25use more o3tl::spanNoel Grandin
which means we can reserve precisely the right number of entries when building maps Change-Id: I580414699289369de4730caae09829bbd8759e82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137292 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>