diff options
Diffstat (limited to 'source/mk')
-rw-r--r-- | source/mk/cui/uiconfig/ui.po | 22 | ||||
-rw-r--r-- | source/mk/helpcontent2/source/text/sbasic/shared.po | 664 | ||||
-rw-r--r-- | source/mk/helpcontent2/source/text/shared/01.po | 102 | ||||
-rw-r--r-- | source/mk/officecfg/registry/data/org/openoffice/Office/UI.po | 16 | ||||
-rw-r--r-- | source/mk/sd/source/ui/slideshow.po | 11 |
5 files changed, 738 insertions, 77 deletions
diff --git a/source/mk/cui/uiconfig/ui.po b/source/mk/cui/uiconfig/ui.po index 23cefd326fe..af194cdaf63 100644 --- a/source/mk/cui/uiconfig/ui.po +++ b/source/mk/cui/uiconfig/ui.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-08-05 15:07+0200\n" +"POT-Creation-Date: 2013-11-04 10:57+0100\n" "PO-Revision-Date: 2012-11-17 19:02+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -1351,16 +1351,6 @@ msgid "Smart Tags" msgstr "" #: colorconfigwin.ui -#, fuzzy -msgctxt "" -"colorconfigwin.ui\n" -"shadows\n" -"label\n" -"string.text" -msgid "Shadows" -msgstr "Сенка" - -#: colorconfigwin.ui msgctxt "" "colorconfigwin.ui\n" "writer\n" @@ -1731,6 +1721,16 @@ msgctxt "" msgid "Comment" msgstr "" +#: colorconfigwin.ui +#, fuzzy +msgctxt "" +"colorconfigwin.ui\n" +"shadows\n" +"label\n" +"string.text" +msgid "Shadows" +msgstr "Сенка" + #: colorpage.ui #, fuzzy msgctxt "" diff --git a/source/mk/helpcontent2/source/text/sbasic/shared.po b/source/mk/helpcontent2/source/text/sbasic/shared.po index aad4055a6ee..ee3d6630cd9 100644 --- a/source/mk/helpcontent2/source/text/sbasic/shared.po +++ b/source/mk/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ 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-23 12:05+0200\n" +"POT-Creation-Date: 2013-11-04 10:58+0100\n" "PO-Revision-Date: 2011-04-12 22:37+0200\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14102,6 +14102,668 @@ msgctxt "" msgid "Example:" msgstr "Пример" +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"tit\n" +"help.text" +msgid "CDateToUnoDate Function [Runtime]" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"bm_id3150620\n" +"help.text" +msgid "<bookmark_value>CDateToUnoDate function</bookmark_value>" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"hd_id3150620\n" +"1\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function [Runtime]\">CDateToUnoDate Function [Runtime]</link>" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3151097\n" +"2\n" +"help.text" +msgid "Returns the date as a UNO com.sun.star.util.Date struct." +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"hd_id3159224\n" +"3\n" +"help.text" +msgid "Syntax:" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3149497\n" +"4\n" +"help.text" +msgid "CDateToUnoDate(aDate)" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"hd_id3152347\n" +"5\n" +"help.text" +msgid "Return value:" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3154422\n" +"6\n" +"help.text" +msgid "com.sun.star.util.Date" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"hd_id3147303\n" +"7\n" +"help.text" +msgid "Parameters:" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3145136\n" +"8\n" +"help.text" +msgid "<emph>aDate: </emph>Date to convert" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"hd_id3147243\n" +"9\n" +"help.text" +msgid "Example:" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3153126\n" +"help.text" +msgid "aDatabaseRow.updateDate(3, CDateToUnoDate(Now))" +msgstr "" + +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3153127\n" +"help.text" +msgid "aDateControl.Date = CDateToUnoDate(Now)" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"tit\n" +"help.text" +msgid "CDateFromUnoDate Function [Runtime]" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"bm_id3150620\n" +"help.text" +msgid "<bookmark_value>CDateFromUnoDate function</bookmark_value>" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"hd_id3150620\n" +"1\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"par_id3151097\n" +"2\n" +"help.text" +msgid "Converts a UNO com.sun.star.util.Date struct to a Date value." +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"hd_id3159224\n" +"3\n" +"help.text" +msgid "Syntax:" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"par_id3149497\n" +"4\n" +"help.text" +msgid "CDateFromUnoDate(aDate)" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"hd_id3152347\n" +"5\n" +"help.text" +msgid "Return value:" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"par_id3154422\n" +"6\n" +"help.text" +msgid "Date" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"hd_id3147303\n" +"7\n" +"help.text" +msgid "Parameters:" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"par_id3145136\n" +"8\n" +"help.text" +msgid "<emph>aDate: </emph>Date to convert" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"hd_id3147243\n" +"9\n" +"help.text" +msgid "Example:" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"par_id3153126\n" +"help.text" +msgid "MsgBox(aDatabaseRow.getDate(3))" +msgstr "" + +#: 03030112.xhp +msgctxt "" +"03030112.xhp\n" +"par_id3153127\n" +"help.text" +msgid "MsgBox(CDateFromUnoDate(aDateControl.Date))" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"tit\n" +"help.text" +msgid "CDateToUnoDate Function [Runtime]" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"bm_id3150620\n" +"help.text" +msgid "<bookmark_value>CDateToUnoTime function</bookmark_value>" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"hd_id3150620\n" +"1\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime Function [Runtime]</link>" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3151097\n" +"2\n" +"help.text" +msgid "Returns the time part of the date as a UNO com.sun.star.util.Time struct." +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"hd_id3159224\n" +"3\n" +"help.text" +msgid "Syntax:" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3149497\n" +"4\n" +"help.text" +msgid "CDateToUnoTime(aDate)" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"hd_id3152347\n" +"5\n" +"help.text" +msgid "Return value:" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3154422\n" +"6\n" +"help.text" +msgid "com.sun.star.util.Time" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"hd_id3147303\n" +"7\n" +"help.text" +msgid "Parameters:" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3145136\n" +"8\n" +"help.text" +msgid "<emph>aDate: </emph>Date value to convert" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"hd_id3147243\n" +"9\n" +"help.text" +msgid "Example:" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3153126\n" +"help.text" +msgid "aDatabaseRow.updateTime(3, CDateToUnoTime(Now))" +msgstr "" + +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3153127\n" +"help.text" +msgid "aTimeControl.Time = CDateToUnoTime(Now)" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"tit\n" +"help.text" +msgid "CDateFromUnoTime Function [Runtime]" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"bm_id3150620\n" +"help.text" +msgid "<bookmark_value>CDateFromUnoTime function</bookmark_value>" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"hd_id3150620\n" +"1\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime Function [Runtime]</link>" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3151097\n" +"2\n" +"help.text" +msgid "Converts a UNO com.sun.star.util.Time struct to a Date value." +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"hd_id3159224\n" +"3\n" +"help.text" +msgid "Syntax:" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3149497\n" +"4\n" +"help.text" +msgid "CDateFromUnoTime(aTime)" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"hd_id3152347\n" +"5\n" +"help.text" +msgid "Return value:" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3154422\n" +"6\n" +"help.text" +msgid "Date" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"hd_id3147303\n" +"7\n" +"help.text" +msgid "Parameters:" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3145136\n" +"8\n" +"help.text" +msgid "<emph>aTime: </emph>Time to convert" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"hd_id3147243\n" +"9\n" +"help.text" +msgid "Example:" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3153126\n" +"help.text" +msgid "MsgBox(aDatabaseRow.getTime(3))" +msgstr "" + +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3153127\n" +"help.text" +msgid "MsgBox(CDateFromUnoTime(aTimeControl.Time))" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"tit\n" +"help.text" +msgid "CDateToUnoDate Function [Runtime]" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"bm_id3150620\n" +"help.text" +msgid "<bookmark_value>CDateToUnoDateTime function</bookmark_value>" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"hd_id3150620\n" +"1\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime Function [Runtime]</link>" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3151097\n" +"2\n" +"help.text" +msgid "Returns the time part of the date as a UNO com.sun.star.util.DateTime struct." +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"hd_id3159224\n" +"3\n" +"help.text" +msgid "Syntax:" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3149497\n" +"4\n" +"help.text" +msgid "CDateToUnoDateTime(aDate)" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"hd_id3152347\n" +"5\n" +"help.text" +msgid "Return value:" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3154422\n" +"6\n" +"help.text" +msgid "com.sun.star.util.DateTime" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"hd_id3147303\n" +"7\n" +"help.text" +msgid "Parameters:" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3145136\n" +"8\n" +"help.text" +msgid "<emph>aDate: </emph>Date value to convert" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"hd_id3147243\n" +"9\n" +"help.text" +msgid "Example:" +msgstr "" + +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3153126\n" +"help.text" +msgid "aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"tit\n" +"help.text" +msgid "CDateFromUnoDateTime Function [Runtime]" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"bm_id3150620\n" +"help.text" +msgid "<bookmark_value>CDateFromUnoDateTime function</bookmark_value>" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"hd_id3150620\n" +"1\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function [Runtime]\">CDateFromUnoDateTime Function [Runtime]</link>" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3151097\n" +"2\n" +"help.text" +msgid "Converts a UNO com.sun.star.util.DateTime struct to a Date value." +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"hd_id3159224\n" +"3\n" +"help.text" +msgid "Syntax:" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3149497\n" +"4\n" +"help.text" +msgid "CDateFromUnoDateTime(aDateTime)" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"hd_id3152347\n" +"5\n" +"help.text" +msgid "Return value:" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3154422\n" +"6\n" +"help.text" +msgid "Date" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"hd_id3147303\n" +"7\n" +"help.text" +msgid "Parameters:" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3145136\n" +"8\n" +"help.text" +msgid "<emph>aDateTime: </emph>DateTime to convert" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"hd_id3147243\n" +"9\n" +"help.text" +msgid "Example:" +msgstr "" + +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3153126\n" +"help.text" +msgid "MsgBox(aDatabaseRow.getTime(3))" +msgstr "" + #: 03030120.xhp msgctxt "" "03030120.xhp\n" diff --git a/source/mk/helpcontent2/source/text/shared/01.po b/source/mk/helpcontent2/source/text/shared/01.po index 14d8dba9dfb..c5c5daf5ed4 100644 --- a/source/mk/helpcontent2/source/text/shared/01.po +++ b/source/mk/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ 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-06-13 17:25+0200\n" +"POT-Creation-Date: 2013-11-04 10:58+0100\n" "PO-Revision-Date: 2013-01-19 18:28+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -15400,8 +15400,8 @@ msgctxt "" "par_id3150774\n" "4\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/categorylb\">Select a category from the list, and then select a formatting style in the <emph>Format </emph>box.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/categorylb\">Select a category from the list, and then select a formatting style in the <emph>Format </emph>box.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/categorylb\">Select a category from the list, and then select a formatting style in the <emph>Format </emph>box.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15427,8 +15427,8 @@ msgctxt "" "par_id3148491\n" "6\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/formatlb\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box." -msgstr "<ahelp hid=\"cui/ui/numberformatpage/formatlb\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box." +msgstr "" #: 05020300.xhp msgctxt "" @@ -15445,8 +15445,8 @@ msgctxt "" "par_id3148563\n" "98\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/currencylb\">Select a currency, and then scroll to the top of the <emph>Format</emph> list to view the formatting options for the currency.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/currencylb\">Select a currency, and then scroll to the top of the <emph>Format</emph> list to view the formatting options for the currency.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/currencylb\">Select a currency, and then scroll to the top of the <emph>Format</emph> list to view the formatting options for the currency.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15472,8 +15472,8 @@ msgctxt "" "par_id3154138\n" "24\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15499,8 +15499,8 @@ msgctxt "" "par_id3144432\n" "105\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/sourceformat\">Uses the same number format as the cells containing the data for the chart.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/sourceformat\">Uses the same number format as the cells containing the data for the chart.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/sourceformat\">Uses the same number format as the cells containing the data for the chart.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15535,8 +15535,8 @@ msgctxt "" "par_id3154684\n" "10\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/decimalsed\">Enter the number of decimal places that you want to display.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/decimalsed\">Enter the number of decimal places that you want to display.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/decimalsed\">Enter the number of decimal places that you want to display.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15553,8 +15553,8 @@ msgctxt "" "par_id3147352\n" "12\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/leadzerosed\">Enter the maximum number of zeroes to display in front of the decimal point.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/leadzerosed\">Enter the maximum number of zeroes to display in front of the decimal point.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/leadzerosed\">Enter the maximum number of zeroes to display in front of the decimal point.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15571,8 +15571,8 @@ msgctxt "" "par_id3159252\n" "14\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/negnumred\">Changes the font color of negative numbers to red.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/negnumred\">Changes the font color of negative numbers to red.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/negnumred\">Changes the font color of negative numbers to red.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15589,8 +15589,8 @@ msgctxt "" "par_id3146148\n" "16\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/thousands\">Inserts a separator between thousands. The type of separator that is used depends on your language settings.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/thousands\">Inserts a separator between thousands. The type of separator that is used depends on your language settings.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/thousands\">Inserts a separator between thousands. The type of separator that is used depends on your language settings.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15607,8 +15607,8 @@ msgctxt "" "par_id3159156\n" "18\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/formated\">Displays the number format code for the selected format. You can also enter a custom format.</ahelp> The following options are only available for user-defined number formats." -msgstr "<ahelp hid=\"cui/ui/numberformatpage/formated\">Displays the number format code for the selected format. You can also enter a custom format.</ahelp> The following options are only available for user-defined number formats." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/formated\">Displays the number format code for the selected format. You can also enter a custom format.</ahelp> The following options are only available for user-defined number formats." +msgstr "" #: 05020300.xhp msgctxt "" @@ -15625,8 +15625,8 @@ msgctxt "" "par_id3147219\n" "20\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/add\">Adds the number format code that you entered to the user-defined category.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/add\">Adds the number format code that you entered to the user-defined category.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/add\">Adds the number format code that you entered to the user-defined category.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15643,8 +15643,8 @@ msgctxt "" "par_id3154150\n" "22\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." -msgstr "<ahelp hid=\"cui/ui/numberformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." +msgstr "" #: 05020300.xhp msgctxt "" @@ -15661,8 +15661,8 @@ msgctxt "" "par_id3083444\n" "27\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/edit\">Adds a comment to the selected number format.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/edit\">Adds a comment to the selected number format.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -15679,8 +15679,8 @@ msgctxt "" "par_id3156060\n" "96\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberformatpage/commented\">Enter a comment for the selected number format, and then click outside this box.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/numberformatpage/commented\">Enter a comment for the selected number format, and then click outside this box.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/commented\">Enter a comment for the selected number format, and then click outside this box.</ahelp>" +msgstr "" #: 05020300.xhp msgctxt "" @@ -30143,8 +30143,8 @@ msgctxt "" "par_id3155577\n" "52\n" "help.text" -msgid "<ahelp hid=\"HID_ALIGNMENT\">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp>" -msgstr "<ahelp hid=\"HID_ALIGNMENT\">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/CellsAlignPage\">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30161,8 +30161,8 @@ msgctxt "" "par_id3144436\n" "55\n" "help.text" -msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_HORALIGN\">Select the horizontal alignment option that you want to apply to the cell contents.</ahelp>" -msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_HORALIGN\">Select the horizontal alignment option that you want to apply to the cell contents.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/comboboxHorzAlign\">Select the horizontal alignment option that you want to apply to the cell contents.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30310,8 +30310,8 @@ msgctxt "" "par_id3153716\n" "42\n" "help.text" -msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ALIGNMENT:ED_INDENT\">Indents from the left edge of the cell by the amount that you enter.</ahelp>" -msgstr "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ALIGNMENT:ED_INDENT\">Indents from the left edge of the cell by the amount that you enter.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/spinIndentFrom\">Indents from the left edge of the cell by the amount that you enter.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30328,8 +30328,8 @@ msgctxt "" "par_id3148924\n" "67\n" "help.text" -msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Select the vertical alignment option that you want to apply to the cell contents.</ahelp>" -msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Select the vertical alignment option that you want to apply to the cell contents.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/comboboxVertAlign\">Select the vertical alignment option that you want to apply to the cell contents.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30346,8 +30346,8 @@ msgctxt "" "par_id3150822\n" "69\n" "help.text" -msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Aligns the cell contents to the bottom of the cell.</ahelp>" -msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Aligns the cell contents to the bottom of the cell.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/comboboxVertAlign\">Aligns the cell contents to the bottom of the cell.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30459,8 +30459,8 @@ msgctxt "" "par_id3147085\n" "49\n" "help.text" -msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\">Click in the dial to set the text orientation.</ahelp>" -msgstr "<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\">Click in the dial to set the text orientation.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/dialcontrol\">Click in the dial to set the text orientation.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30477,8 +30477,8 @@ msgctxt "" "par_id3153194\n" "46\n" "help.text" -msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ALIGNMENT_NF_DEGREES\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>" -msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ALIGNMENT_NF_DEGREES\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30495,8 +30495,8 @@ msgctxt "" "par_id3154069\n" "76\n" "help.text" -msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_BORDER_LOCK\">Specify the cell edge from which to write the rotated text.</ahelp>" -msgstr "<ahelp hid=\"HID_ALIGNMENT_CTR_BORDER_LOCK\">Specify the cell edge from which to write the rotated text.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/references\">Specify the cell edge from which to write the rotated text.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30556,8 +30556,8 @@ msgctxt "" "par_id3150010\n" "85\n" "help.text" -msgid "This checkbox is only available if Asian language support is enabled and the text direction is set to vertical. <ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_ASIAN_VERTICAL\">Aligns Asian characters one below the other in the selected cell(s). If the cell contains more than one line of text, the lines are converted to text columns that are arranged from right to left. Western characters in the converted text are rotated 90 degrees to the right. Asian characters are not rotated.</ahelp>" -msgstr "This checkbox is only available if Asian language support is enabled and the text direction is set to vertical. <ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_ASIAN_VERTICAL\">Aligns Asian characters one below the other in the selected cell(s). If the cell contains more than one line of text, the lines are converted to text columns that are arranged from right to left. Western characters in the converted text are rotated 90 degrees to the right. Asian characters are not rotated.</ahelp>" +msgid "This checkbox is only available if Asian language support is enabled and the text direction is set to vertical. <ahelp hid=\"cui/ui/cellalignment/checkAsianMode\">Aligns Asian characters one below the other in the selected cell(s). If the cell contains more than one line of text, the lines are converted to text columns that are arranged from right to left. Western characters in the converted text are rotated 90 degrees to the right. Asian characters are not rotated.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" @@ -30592,8 +30592,8 @@ msgctxt "" "par_id3148555\n" "4\n" "help.text" -msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_ALIGNMENT:BTN_WRAP\">Wraps text onto another line at the cell border. The number of lines depends on the width of the cell.</ahelp> To enter a manual line break, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter in the cell." -msgstr "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_ALIGNMENT:BTN_WRAP\">Wraps text onto another line at the cell border. The number of lines depends on the width of the cell. To enter a manual line break, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter in the cell.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/checkWrapTextAuto\">Wraps text onto another line at the cell border. The number of lines depends on the width of the cell.</ahelp> To enter a manual line break, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter in the cell." +msgstr "" #: 05340300.xhp msgctxt "" @@ -30610,8 +30610,8 @@ msgctxt "" "par_id3148458\n" "82\n" "help.text" -msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_HYPH\">Enables word hyphenation for text wrapping to the next line.</ahelp>" -msgstr "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_HYPH\">Enables word hyphenation for text wrapping to the next line.</ahelp>" +msgid "<ahelp hid=\"cui/ui/cellalignment/checkHyphActive\">Enables word hyphenation for text wrapping to the next line.</ahelp>" +msgstr "" #: 05340300.xhp msgctxt "" diff --git a/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po index 6d8bf3925f2..0b27f24bbf3 100644 --- a/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po +++ b/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po @@ -3,7 +3,7 @@ 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-06-13 17:25+0200\n" +"POT-Creation-Date: 2013-11-04 10:58+0100\n" "PO-Revision-Date: 2013-02-17 21:14+0000\n" "Last-Translator: Andras <timar74@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -20536,14 +20536,13 @@ msgid "Functions" msgstr "Функции" #: Sidebar.xcu -#, fuzzy msgctxt "" "Sidebar.xcu\n" "..Sidebar.Content.PanelList.TextPropertyPanel\n" "Title\n" "value.text" -msgid "Text" -msgstr "Текст" +msgid "Character" +msgstr "" #: Sidebar.xcu msgctxt "" @@ -22130,15 +22129,6 @@ msgstr "Главни црти во ~табла со исечоци" #: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:FlipVertical\n" -"Label\n" -"value.text" -msgid "Flip Horizontally" -msgstr "Преврти хоризонтално" - -#: WriterCommands.xcu -msgctxt "" -"WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:RotateLeft\n" "Label\n" "value.text" diff --git a/source/mk/sd/source/ui/slideshow.po b/source/mk/sd/source/ui/slideshow.po index 4efa73c9844..0f1c086b407 100644 --- a/source/mk/sd/source/ui/slideshow.po +++ b/source/mk/sd/source/ui/slideshow.po @@ -3,7 +3,7 @@ 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-23 12:05+0200\n" +"POT-Creation-Date: 2013-11-04 10:57+0100\n" "PO-Revision-Date: 2011-12-15 15:01+0200\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -178,6 +178,15 @@ msgstr "~Екран" msgctxt "" "slideshow.src\n" "RID_SLIDESHOW_CONTEXTMENU\n" +"CM_EDIT_PRESENTATION\n" +"menuitem.text" +msgid "E~dit Presentation" +msgstr "" + +#: slideshow.src +msgctxt "" +"slideshow.src\n" +"RID_SLIDESHOW_CONTEXTMENU\n" "CM_ENDSHOW\n" "menuitem.text" msgid "~End Show" |