aboutsummaryrefslogtreecommitdiff
path: root/source/kn/svx/inc.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/kn/svx/inc.po')
-rw-r--r--source/kn/svx/inc.po29
1 files changed, 19 insertions, 10 deletions
diff --git a/source/kn/svx/inc.po b/source/kn/svx/inc.po
index c97fc843353..6a140ef1f9d 100644
--- a/source/kn/svx/inc.po
+++ b/source/kn/svx/inc.po
@@ -3,17 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-30 13:09+0200\n"
-"PO-Revision-Date: 2014-11-28 18:07+0530\n"
-"Last-Translator: Shankar Prasad <svenkate AT redhat Dot com>\n"
+"POT-Creation-Date: 2015-06-24 17:06+0200\n"
+"PO-Revision-Date: 2014-12-30 17:28+0000\n"
+"Last-Translator: system user <>\n"
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
"Language: kn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1419960511.000000\n"
#: globlmn_tmpl.hrc
msgctxt ""
@@ -378,26 +379,34 @@ msgstr "ಬಾಹ್ಯ ಉಪಕರಣದೊಂದಿಗೆ ಸಂಪಾದಿ
#: globlmn_tmpl.hrc
msgctxt ""
"globlmn_tmpl.hrc\n"
+"ITEM_OBJECT_CROP\n"
+"#define.text"
+msgid "Crop I~mage"
+msgstr ""
+
+#: globlmn_tmpl.hrc
+msgctxt ""
+"globlmn_tmpl.hrc\n"
"ITEM_COMPRESS_GRAPHIC\n"
"#define.text"
-msgid "Compress Graphic..."
-msgstr "ಗ್ರಾಫಿಕ್ಸ್ ಅನ್ನು ಕುಗ್ಗಿಸು..."
+msgid "Compress Image..."
+msgstr ""
#: globlmn_tmpl.hrc
msgctxt ""
"globlmn_tmpl.hrc\n"
"ITEM_SAVE_GRAPHIC\n"
"#define.text"
-msgid "Save Graphic..."
-msgstr "ಗ್ರಾಫಿಕ್ ಅನ್ನು ಉಳಿಸು..."
+msgid "Save Image..."
+msgstr ""
#: globlmn_tmpl.hrc
msgctxt ""
"globlmn_tmpl.hrc\n"
"ITEM_CHANGE_PICTURE\n"
"#define.text"
-msgid "Change Picture..."
-msgstr "ಚಿತ್ರವನ್ನು ಬದಲಿಸು..."
+msgid "Replace Image..."
+msgstr ""
#: globlmn_tmpl.hrc
msgctxt ""
e-3-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/spacinglistbox.cxx
AgeCommit message (Collapse)Author
2019-12-11Related: tdf#129267 change spacing unit when measurement unit changesCaolán McNamara
Change-Id: I2407eb52a18dd06a51b49041df2035099c79c94a Reviewed-on: https://gerrit.libreoffice.org/84788 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit fc280552a5ee0131a08aeea5ccfd8cb7b9a6225d) Reviewed-on: https://gerrit.libreoffice.org/84791 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2018-11-01Resolves: tdf#105081 and tdf#113420Caolán McNamara
separate translations for Spacing: vs Margins: separate translations for Inch vs cm Change-Id: I9a2d8fe3ad0edde5afefe00258f1309f898130e8 Reviewed-on: https://gerrit.libreoffice.org/62699 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I100e6c14cbf1d780f0e5ebca6b0c9e71ce1caaf7
2017-10-23loplugin:includeform: svxStephan Bergmann
Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2
2017-07-21migrate to boost::gettextCaolán McNamara
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
2017-05-19make string translation loading more uniformCaolán McNamara
change various ResId classes that use conversion operator to OUString to functions that return a OUString drop various defines drop unnecessary toString calls Change-Id: Ibeccdf2b91a46a2ed5b4b74e6024e301a023bc92 Reviewed-on: https://gerrit.libreoffice.org/37817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-09-09loplugin:constantparam in svxNoel Grandin
Change-Id: Id08850b90a0e286ff837dd6b0c1691fa7dc793fa Reviewed-on: https://gerrit.libreoffice.org/28746 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-25tdf#83830: Use SpacingListBox in Header/Footer and Sidebar Wrap PanelSusobhan Ghosh
Change-Id: I80ea84b6eaabcf241b313d46695cffdd74174c08 Reviewed-on: https://gerrit.libreoffice.org/28104 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>