]> git.mxchange.org Git - friendica.git/commitdiff
update strings, add plural select function definition check
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 27 Feb 2013 14:36:25 +0000 (09:36 -0500)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 27 Feb 2013 14:36:25 +0000 (09:36 -0500)
13 files changed:
view/ca/strings.php
view/cs/strings.php
view/de/strings.php
view/eo/strings.php
view/es/strings.php
view/fr/strings.php
view/is/strings.php
view/it/strings.php
view/nb-no/strings.php
view/pl/strings.php
view/pt-br/strings.php
view/ru/strings.php
view/zh-cn/strings.php

index f1da4762e2ffd9a0288e8abe1b72bd8c6c56e213..31e3e7e223995f6c8e670685e2cc95f5ab589df7 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_ca")) {
 function string_plural_select_ca($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Publicat amb éxit.";
 $a->strings["[Embedded content - reload page to view]"] = "[Contingut embegut - recarrega la pàgina per a veure-ho]";
index 89d81837f099fcd802bf264162d38e0313e92b7c..c3ddcc685397ca3d4f2da5a8e4839bfb8c349a28 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_cs")) {
 function string_plural_select_cs($n){
        return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
-}
+}}
 ;
 $a->strings["Post successful."] = "Příspěvek úspěšně odeslán";
 $a->strings["[Embedded content - reload page to view]"] = "[Vložený obsah - obnovení stránky pro zobrazení]";
index 97f3252a4ce037ca759cb0011a14242c33ca435b..31a08fdf91dc8fe4499dad8ba42785e5f86bf39f 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Altpager settings updated."] = "Altpager Einstellungen sind aktualisiert.";
 $a->strings["Alternate Pagination Setting"] = "Alternative Seitenumbruch Einstellung";
index 23dca759c880448ea80c440f3d8e8c22b36ab897..93e6a332b61fed0bcfce3d6ff7f8e8c027df4881 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_eo")) {
 function string_plural_select_eo($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Sukcese afiŝita.";
 $a->strings["[Embedded content - reload page to view]"] = "[Enigita enhavo - reŝargu paĝon por spekti ĝin]";
index 689989b074080ef5229fc29677b9fbeba95db967..4c314016da4228ee946bee3a80567fd41ce44dcb 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_es")) {
 function string_plural_select_es($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "¡Publicado!";
 $a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]";
index 63e044849a2efba9fbd07a49929094728c01b2d9..8a751c78b3801396d5f4a0dccbe2990ba855f789 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_fr")) {
 function string_plural_select_fr($n){
        return ($n > 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Publication réussie.";
 $a->strings["[Embedded content - reload page to view]"] = "[contenu incorporé - rechargez la page pour le voir]";
index b0dc1808c74519ad73a06b68ccd3d58e68f5635e..876946a7f1f8a17c9a2b3d1597f57051419d2d9e 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_is")) {
 function string_plural_select_is($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Melding tókst.";
 $a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]";
index c46047d087153ba9fa108d8dc679868346856958..d7d1ab8e4048454060d78af3a7da1407c001e6c4 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
 $a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
index c2b32ec7c61ef44e48b11ef5dd4f55e38748e02c..8f10fcea14428295de3ec5463f2436753f27ec5f 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_nb_no")) {
 function string_plural_select_nb_no($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Innlegg vellykket.";
 $a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]";
index b070090d5c9cb5ec07dc284bf0a38ad82e5b25fe..f30f311b0de7e4afb328360881055b388f175f7b 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_pl")) {
 function string_plural_select_pl($n){
        return ($n==1 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Post dodany pomyślnie";
 $a->strings["[Embedded content - reload page to view]"] = "";
index fb71c004a107485315fc6ca7be00b34356f081f8..80b27a1a621940e73e3cb32badf7f6a419d8a8ee 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_pt_br")) {
 function string_plural_select_pt_br($n){
        return ($n > 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Publicado com sucesso.";
 $a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]";
index 4111fa8e534d001b226004273f800d996a8034ea..1311cb69ebfb285cd06e3daa2e9c0322df2d52a6 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_ru")) {
 function string_plural_select_ru($n){
        return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Успешно добавлено.";
 $a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
index b98b8fba391465b32e0bd1da05c6eeb1f9414b46..96daa5a637ea1ccf92752ef4c545b54b52ee4066 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_zh_cn")) {
 function string_plural_select_zh_cn($n){
        return 0;;
-}
+}}
 ;
 $a->strings["Post successful."] = "评论发表了。";
 $a->strings["[Embedded content - reload page to view]"] = "[嵌入内容-重新加载页为看]";
@@ -1505,7 +1506,7 @@ $a->strings["Alternate Pagination Setting"] = "供替换的分页设置";
 $a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "用到「更新」和「更旧」页代替页数?";
 $a->strings["Force global use of the alternate pager"] = "让大家用供替换的分页";
 $a->strings["Each user chooses whether to use the alternate pager"] = "每用户选择是否用供替换的分页";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "MathJax插件表示用LaTeX句法的数学公式,围绕\$\$或者eqnarray快,在您墙,网络分页和私人收件箱的文章。";
+$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "MathJax插件表示用LaTeX句法的数学公式,围绕$$或者eqnarray快,在您墙,网络分页和私人收件箱的文章。";
 $a->strings["Use the MathJax renderer"] = "用MathJax表示器";
 $a->strings["MathJax Base URL"] = "MathJax基础URL";
 $a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "URL JavaScript文件应该包括为用MathJax。可以MathJax CDN或者别的MathJax安装。";