aboutsummaryrefslogtreecommitdiff
path: root/source/tr/basic
diff options
context:
space:
mode:
Diffstat (limited to 'source/tr/basic')
-rw-r--r--source/tr/basic/source/classes.po4
-rw-r--r--source/tr/basic/source/sbx.po2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/tr/basic/source/classes.po b/source/tr/basic/source/classes.po
index ab5046d06b6..cecf89ad13c 100644
--- a/source/tr/basic/source/classes.po
+++ b/source/tr/basic/source/classes.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: 2012-12-26 11:13+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+0200\n"
"PO-Revision-Date: 2011-05-21 16:52+0200\n"
"Last-Translator: Ayhan <ayhanyalcinsoy@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -805,7 +805,7 @@ msgctxt ""
"SbERR_BAD_NUMBER_OF_ARGS & ERRCODE_RES_MASK\n"
"string.text"
msgid "Invalid number of arguments."
-msgstr "Bağımsız değişken sayısı geçersiz."
+msgstr "Bağımsız değişken sayısı yanlış."
#: sb.src
msgctxt ""
diff --git a/source/tr/basic/source/sbx.po b/source/tr/basic/source/sbx.po
index f2660e89855..b633926912b 100644
--- a/source/tr/basic/source/sbx.po
+++ b/source/tr/basic/source/sbx.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: 2012-12-26 11:13+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+0200\n"
"PO-Revision-Date: 2011-04-05 11:18+0200\n"
"Last-Translator: Ayhan <ayhanyalcinsoy@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
4-2-2'>libreoffice-24-2-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)Author
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-06convert linguistic::isUpper from xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05fixincludeguards.sh: linguisticThomas Arnhold
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-23clean up some include guardsThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21convert lcl_GetToken from xub_StrLen to sal_Int32Caolán McNamara
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-09-13String to OUStringThomas Arnhold
2013-09-12get rid of unnecessary conversion, use LinguIsUnspecified(OUString)Eike Rathke
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin
2013-09-11convert linguistic/source/convdic.hxx from String to OUStringNoel Grandin
2013-09-11convert linguistic/source/dlistimp.hxx from String to OUStringNoel Grandin
2013-09-11convert linguistic/source/hhconvdic.hxx from String to OUStringNoel Grandin
2013-09-11convert linguistic/source/lngsvcmgr.hxx from String to OUStringNoel Grandin
2013-09-11convert include/linguistic/misc.hxx from String to OUStringNoel Grandin
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-09-02fdo#68750: ensure that GetSuggestedEndOfSentence makes progressMichael Stahl
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-08-19Use standard idiomStephan Bergmann
2013-08-12Mark as constTakeshi Abe