regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,16 +5,15 @@ function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Filtre d'Idioma";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Aquest complement tracta didentificar les publicacions didioma en què sescriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions socultaran en col·lapsar-les.";
$a->strings["Use the language filter"] = "Emprar el filtre d'idioma";
$a->strings["Able to read"] = "Capacitat de llegir";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "llista d'abreviatures (ISO2 codes), separada per comes, per idiomes que tú parles. Per exemple \"ca,es,de,it\".";
$a->strings["Minimum confidence in language detection"] = "Precissió mínima en la detecció d'idioma";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Precissió mínima en la detecció d'idioma per ser correcta, de 0 a 100. Els misssatges no seràn filtrats mentre que la precissió en la detecció d'idioma estigui per sota d'aquest valor.";
$a->strings["Minimum length of message body"] = "Durada mínima del cos del missatge";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Nombre mínim de caràcters en el cos de missatges per utilitzar el filtre. Les publicacions inferiors a aquesta no es filtraran. Nota: la detecció del llenguatge no és fiable per a contingut curt (<200 caràcters).";
$a->strings["Save Settings"] = "Desa la configuració";
$a->strings["Language Filter Settings saved."] = "S'ha desat la configuració del filtre d'idioma";
$a->strings["Filtered language: %s"] = "%sIdioma filtrat";
$a->strings['Language Filter'] = 'Filtre d\'Idioma';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Aquest complement tracta didentificar les publicacions didioma en què sescriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions socultaran en col·lapsar-les.';
$a->strings['Use the language filter'] = 'Emprar el filtre d\'idioma';
$a->strings['Able to read'] = 'Capacitat de llegir';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'llista d\'abreviatures (ISO2 codes), separada per comes, per idiomes que tú parles. Per exemple "ca,es,de,it".';
$a->strings['Minimum confidence in language detection'] = 'Precissió mínima en la detecció d\'idioma';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Precissió mínima en la detecció d\'idioma per ser correcta, de 0 a 100. Els misssatges no seràn filtrats mentre que la precissió en la detecció d\'idioma estigui per sota d\'aquest valor.';
$a->strings['Minimum length of message body'] = 'Durada mínima del cos del missatge';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Nombre mínim de caràcters en el cos de missatges per utilitzar el filtre. Les publicacions inferiors a aquesta no es filtraran. Nota: la detecció del llenguatge no és fiable per a contingut curt (<200 caràcters).';
$a->strings['Save Settings'] = 'Desa la configuració';
$a->strings['Language Filter Settings saved.'] = 'S\'ha desat la configuració del filtre d\'idioma';
$a->strings['Filtered language: %s'] = '%sIdioma filtrat';

View file

@ -5,16 +5,15 @@ function string_plural_select_cs($n){
$n = intval($n);
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Language Filter"] = "Jazykový filtr";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Tento doplněk zkouší identifikovat jazyk, ve kterém jsou napsány příspěvky. Pokud nelze přiřadit příspěvky k žádnému níže specifikovanému jazyku, příspěvky budou zabaleny.";
$a->strings["Use the language filter"] = "Použít jazykový filtr";
$a->strings["Able to read"] = "Lze číst";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Seznam zkratek (kódů ISO 2) pro jazyky, kterými mluvíte, oddělených čárkami. Příklad: \"cs,sk\".";
$a->strings["Minimum confidence in language detection"] = "Minimální jistota v detekci jazyka";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimální jistota ve správnost detekce jazyka, od 0 do 100. Pokud jistota v detekci spadne pod tuto úroveň, nebudou příspěvky filtrovány.";
$a->strings["Minimum length of message body"] = "Minimální délka těla zprávy";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimální počet znaků v těle zprávy pro použití filtru. Kratší zprávy nebudou filtrovány. Poznámka: Detekce jazyka je nespolehlivá pro krátký obsah (<200 znaků).";
$a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Language Filter Settings saved."] = "Nastavení Language Filter uložena.";
$a->strings["Filtered language: %s"] = "Filtrovaný jazyk: %s";
$a->strings['Language Filter'] = 'Jazykový filtr';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Tento doplněk zkouší identifikovat jazyk, ve kterém jsou napsány příspěvky. Pokud nelze přiřadit příspěvky k žádnému níže specifikovanému jazyku, příspěvky budou zabaleny.';
$a->strings['Use the language filter'] = 'Použít jazykový filtr';
$a->strings['Able to read'] = 'Lze číst';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Seznam zkratek (kódů ISO 2) pro jazyky, kterými mluvíte, oddělených čárkami. Příklad: "cs,sk".';
$a->strings['Minimum confidence in language detection'] = 'Minimální jistota v detekci jazyka';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimální jistota ve správnost detekce jazyka, od 0 do 100. Pokud jistota v detekci spadne pod tuto úroveň, nebudou příspěvky filtrovány.';
$a->strings['Minimum length of message body'] = 'Minimální délka těla zprávy';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimální počet znaků v těle zprávy pro použití filtru. Kratší zprávy nebudou filtrovány. Poznámka: Detekce jazyka je nespolehlivá pro krátký obsah (<200 znaků).';
$a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings['Language Filter Settings saved.'] = 'Nastavení Language Filter uložena.';
$a->strings['Filtered language: %s'] = 'Filtrovaný jazyk: %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_en_gb($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Language Filter";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "This addon tries to identify the language that posts are written in. If posts don't match any of the languages specifed below, those posts will be hidden by collapsing them.";
$a->strings["Use the language filter"] = "Use the Language Filter";
$a->strings["Able to read"] = "Language selection";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "List of abbreviations (ISO two-letter language codes) for languages you wish to view, separated by commas. For example, German and Italian would be \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimum confidence in language detection";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "The minimum confidence in language detection being correct, from 0 to 100. Posts will only be filtered if their confidence value is higher than this percentage.";
$a->strings["Minimum length of message body"] = "Minimum length of message body";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "The minimum number of characters a message has to contain for it to activate the filter. Posts shorter than this will not be filtered. Please note that language detection is unreliable for short content (for example for posts of less than 200 characters).";
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Language Filter Settings saved."] = "Language Filter settings saved.";
$a->strings["Filtered language: %s"] = "Filtered language: %s";
$a->strings['Language Filter'] = 'Language Filter';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'This addon tries to identify the language that posts are written in. If posts don\'t match any of the languages specified below, those posts will be hidden by collapsing them.';
$a->strings['Use the language filter'] = 'Use the Language Filter';
$a->strings['Able to read'] = 'Language selection';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'List of abbreviations (ISO two-letter language codes) for languages you wish to view, separated by commas. For example, German and Italian would be "de,it".';
$a->strings['Minimum confidence in language detection'] = 'Minimum confidence in language detection';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'The minimum confidence in language detection being correct, from 0 to 100. Posts will only be filtered if their confidence value is higher than this percentage.';
$a->strings['Minimum length of message body'] = 'Minimum length of message body';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'The minimum number of characters a message has to contain for it to activate the filter. Posts shorter than this will not be filtered. Please note that language detection is unreliable for short content (for example for posts of less than 200 characters).';
$a->strings['Save Settings'] = 'Save Settings';
$a->strings['Language Filter Settings saved.'] = 'Language Filter settings saved.';
$a->strings['Filtered language: %s'] = 'Filtered language: %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_en_us($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Language Filter";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them.";
$a->strings["Use the language filter"] = "Use the language filter";
$a->strings["Able to read"] = "Able to read";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimum confidence in language detection";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.";
$a->strings["Minimum length of message body"] = "Minimum length of message body";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).";
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Language Filter Settings saved."] = "Language Filter Settings saved.";
$a->strings["Filtered language: %s"] = "Filtered language: %s";
$a->strings['Language Filter'] = 'Language Filter';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.';
$a->strings['Use the language filter'] = 'Use the language filter';
$a->strings['Able to read'] = 'Able to read';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".';
$a->strings['Minimum confidence in language detection'] = 'Minimum confidence in language detection';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.';
$a->strings['Minimum length of message body'] = 'Minimum length of message body';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).';
$a->strings['Save Settings'] = 'Save Settings';
$a->strings['Language Filter Settings saved.'] = 'Language Filter Settings saved.';
$a->strings['Filtered language: %s'] = 'Filtered language: %s';

View file

@ -3,17 +3,16 @@
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return ($n != 1);;
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Filtro de Idioma";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas.";
$a->strings["Use the language filter"] = "Usar el filtro de idioma";
$a->strings["Able to read"] = "Capaz de leer";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviaciones (Codigo ISO 639-1) de los lenguajes que hablas, separados por comas.Un ejemplo: \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Confianza mínima en la detección de idioma";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje.";
$a->strings["Minimum length of message body"] = "Longitud mínima del cuerpo del mensaje";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres).";
$a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Filtered language: %s"] = "Idioma filtrado: %s";
$a->strings['Language Filter'] = 'Filtro de Idioma';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas.';
$a->strings['Use the language filter'] = 'Usar el filtro de idioma';
$a->strings['Able to read'] = 'Capaz de leer';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista de abreviaciones (Codigo ISO 639-1) de los lenguajes que hablas, separados por comas.Un ejemplo: "de,it".';
$a->strings['Minimum confidence in language detection'] = 'Confianza mínima en la detección de idioma';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje.';
$a->strings['Minimum length of message body'] = 'Longitud mínima del cuerpo del mensaje';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres).';
$a->strings['Save Settings'] = 'Guardar Ajustes';
$a->strings['Filtered language: %s'] = 'Idioma filtrado: %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_et($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Keelefilter";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "See lisa üritab määrata keelt milles postitused on kirjutatud. Kui tule, ei sobi ühegi alloleva keelega, siis postitused peidetakse minimeerides nad. ";
$a->strings["Use the language filter"] = "Kasuta keelefiltrit";
$a->strings["Able to read"] = "Suuteline lugema";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Nimistu koodidest (iso2 koodid) keelte kohta mida räägite, komaga eraldatult. Näiteks \"de, it, et, fi\". ";
$a->strings["Minimum confidence in language detection"] = "Miinimumkindlus keeletuvastusel";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Miinimumkindlus kontrollil 0-st 100-ni. Postitusi ei filtreerita kui tuvastuskindlus on allpool nimetatud protsendiväärtust. ";
$a->strings["Minimum length of message body"] = "Sõnumiteksti miinimumväärtus";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Miinimumväärtus märkides sõnumitekstis filtri tarbeks. Sellest lühemaid sõnumeid ei filtreerita. Märge: Keeletuvastus on ebausaldusväärne lühisisu puhul (vähem kui 200 märki). ";
$a->strings["Save Settings"] = "Salvesta sätted";
$a->strings["Language Filter Settings saved."] = "Keelefiltri sätted salvestatud.";
$a->strings["Filtered language: %s"] = "Filtreeritud keel: %s ";
$a->strings['Language Filter'] = 'Keelefilter';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'See lisa üritab määrata keelt milles postitused on kirjutatud. Kui tule, ei sobi ühegi alloleva keelega, siis postitused peidetakse minimeerides nad. ';
$a->strings['Use the language filter'] = 'Kasuta keelefiltrit';
$a->strings['Able to read'] = 'Suuteline lugema';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Nimistu koodidest (iso2 koodid) keelte kohta mida räägite, komaga eraldatult. Näiteks "de, it, et, fi". ';
$a->strings['Minimum confidence in language detection'] = 'Miinimumkindlus keeletuvastusel';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Miinimumkindlus kontrollil 0-st 100-ni. Postitusi ei filtreerita kui tuvastuskindlus on allpool nimetatud protsendiväärtust. ';
$a->strings['Minimum length of message body'] = 'Sõnumiteksti miinimumväärtus';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Miinimumväärtus märkides sõnumitekstis filtri tarbeks. Sellest lühemaid sõnumeid ei filtreerita. Märge: Keeletuvastus on ebausaldusväärne lühisisu puhul (vähem kui 200 märki). ';
$a->strings['Save Settings'] = 'Salvesta sätted';
$a->strings['Language Filter Settings saved.'] = 'Keelefiltri sätted salvestatud.';
$a->strings['Filtered language: %s'] = 'Filtreeritud keel: %s ';

View file

@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Kielisuodatin";
$a->strings["Use the language filter"] = "Ota kielisuodatin käyttöön";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Language Filter Settings saved."] = "Kielisuodatinasetukset tallennettu";
$a->strings["Filtered language: %s"] = "Suodatettu kieli: %s";
$a->strings['Language Filter'] = 'Kielisuodatin';
$a->strings['Use the language filter'] = 'Ota kielisuodatin käyttöön';
$a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings['Language Filter Settings saved.'] = 'Kielisuodatinasetukset tallennettu';
$a->strings['Filtered language: %s'] = 'Suodatettu kieli: %s';

View file

@ -5,15 +5,15 @@ function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Language Filter"] = "Filtre de langues";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Cette extension essaie de reconnaître la langue dans laquelle les publications sont écrites. Si elle ne correspond à aucune de la liste donnée plus bas, les publications seront réduites.";
$a->strings["Use the language filter"] = "Utiliser le filtre de langues";
$a->strings["Able to read"] = "Peut lire";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste des abréviations (codes ISO 639-1) des langues que vous parlez, séparées par des virgules.\nPar exemple \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Confiance minimale dans la détection de langues";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Seuil de confiance minimal pour la détection des langues, de 0 à 100. Une publication ne sera pas filtrée si elle est détectée avec une confiance moindre.";
$a->strings["Minimum length of message body"] = "Longueur minimale du corps de message.";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Nombre minimal de signes dans le corps de message pour déclencher le filtre. Une publication plus courte ne sera pas filtrée. Remarque: la détection de langue n'est pas fiable pour du contenu court (<200 signes).";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Filtered language: %s"] = "Langues filtrées: %s";
$a->strings['Language Filter'] = 'Filtre de langues';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Cette extension essaie de reconnaître la langue dans laquelle les publications sont écrites. Si elle ne correspond à aucune de la liste donnée plus bas, les publications seront réduites.';
$a->strings['Use the language filter'] = 'Utiliser le filtre de langues';
$a->strings['Able to read'] = 'Peut lire';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Liste des abréviations (codes ISO 639-1) des langues que vous parlez, séparées par des virgules.
Par exemple "de,it".';
$a->strings['Minimum confidence in language detection'] = 'Confiance minimale dans la détection de langues';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Seuil de confiance minimal pour la détection des langues, de 0 à 100. Une publication ne sera pas filtrée si elle est détectée avec une confiance moindre.';
$a->strings['Minimum length of message body'] = 'Longueur minimale du corps de message.';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Nombre minimal de signes dans le corps de message pour déclencher le filtre. Une publication plus courte ne sera pas filtrée. Remarque: la détection de langue n\'est pas fiable pour du contenu court (<200 signes).';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Filtered language: %s'] = 'Langues filtrées: %s';

View file

@ -5,15 +5,14 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Nyelvszűrő";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Ez a bővítmény megpróbálja azonosítani, hogy a bejegyzéseket milyen nyelven írták. Ha nem egyezik egyetlen lent megadott nyelvvel sem, akkor a bejegyzések rejtettek lesznek azáltal, hogy össze lesznek csukva.";
$a->strings["Use the language filter"] = "A nyelvszűrő használata";
$a->strings["Able to read"] = "Képes olvasni";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Az Ön által beszélt nyelvek rövidítéseinek listája (ISO 639-1 kódok) vesszővel elválasztva. Például „de,it”.";
$a->strings["Minimum confidence in language detection"] = "Legkisebb megbízhatóság a nyelvfelismerésben";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "A legkisebb megbízhatóság a helyesnek tűnő nyelvfelismerésben 0-tól 100-ig. A bejegyzések nem lesznek szűrve, ha a nyelvfelismerés megbízhatósága ezen százalékérték alatt van.";
$a->strings["Minimum length of message body"] = "Üzenettörzs legkisebb hossza";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Az üzenet törzsében lévő karakterek legkisebb száma a használandó szűrőnél. Az ennél rövidebb bejegyzések nem lesznek szűrve. Megjegyzés: a nyelvfelismerés megbízhatatlan a rövid tartalmaknál (200-nál kevesebb karakternél).";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings["Filtered language: %s"] = "Szűrt nyelv: %s";
$a->strings['Language Filter'] = 'Nyelvszűrő';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Ez a bővítmény megpróbálja azonosítani, hogy a bejegyzéseket milyen nyelven írták. Ha nem egyezik egyetlen lent megadott nyelvvel sem, akkor a bejegyzések rejtettek lesznek azáltal, hogy össze lesznek csukva.';
$a->strings['Use the language filter'] = 'A nyelvszűrő használata';
$a->strings['Able to read'] = 'Képes olvasni';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Az Ön által beszélt nyelvek rövidítéseinek listája (ISO 639-1 kódok) vesszővel elválasztva. Például „de,it”.';
$a->strings['Minimum confidence in language detection'] = 'Legkisebb megbízhatóság a nyelvfelismerésben';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'A legkisebb megbízhatóság a helyesnek tűnő nyelvfelismerésben 0-tól 100-ig. A bejegyzések nem lesznek szűrve, ha a nyelvfelismerés megbízhatósága ezen százalékérték alatt van.';
$a->strings['Minimum length of message body'] = 'Üzenettörzs legkisebb hossza';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Az üzenet törzsében lévő karakterek legkisebb száma a használandó szűrőnél. Az ennél rövidebb bejegyzések nem lesznek szűrve. Megjegyzés: a nyelvfelismerés megbízhatatlan a rövid tartalmaknál (200-nál kevesebb karakternél).';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Filtered language: %s'] = 'Szűrt nyelv: %s';

View file

@ -5,15 +5,14 @@ function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Filtro Lingua";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Questo componente aggiuntivo prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue specificata qui sotto, il messaggio verrà collassato.";
$a->strings["Use the language filter"] = "Usa il filtro lingua";
$a->strings["Able to read"] = "In grado di leggere";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio \"it,de\".";
$a->strings["Minimum confidence in language detection"] = "Fiducia minima nel rilevamento della lingua";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Fiducia minima che il rilevamento della lingua sia corretto, da 0 a 100. I messaggi non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale.";
$a->strings["Minimum length of message body"] = "Lunghezza minima del corpo del messaggio";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Numero di caratteri minimo perché il filtro venga usato. I messaggio più corti non saranno filtrati. Nota: la rilevazione della lingua non è affidabile con messaggi brevi (<200 caratteri)";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Filtered language: %s"] = "Lingua filtrata: %s";
$a->strings['Language Filter'] = 'Filtro Lingua';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Questo componente aggiuntivo prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue specificata qui sotto, il messaggio verrà collassato.';
$a->strings['Use the language filter'] = 'Usa il filtro lingua';
$a->strings['Able to read'] = 'In grado di leggere';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio "it,de".';
$a->strings['Minimum confidence in language detection'] = 'Fiducia minima nel rilevamento della lingua';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Fiducia minima che il rilevamento della lingua sia corretto, da 0 a 100. I messaggi non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale.';
$a->strings['Minimum length of message body'] = 'Lunghezza minima del corpo del messaggio';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Numero di caratteri minimo perché il filtro venga usato. I messaggio più corti non saranno filtrati. Nota: la rilevazione della lingua non è affidabile con messaggi brevi (<200 caratteri)';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Filtered language: %s'] = 'Lingua filtrata: %s';

View file

@ -5,14 +5,13 @@ function string_plural_select_ja($n){
$n = intval($n);
return intval(0);
}}
;
$a->strings["Language Filter"] = "言語フィルタ";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "このアドオンは、投稿が書かれている言語の特定を試みます。以下に指定されたどの言語にも一致しない場合、投稿は折り畳まれて隠されます。";
$a->strings["Use the language filter"] = "言語フィルタを使う";
$a->strings["Able to read"] = "読める言語";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "あなたが話す言語の略語ISO 639-1コードの一覧をカンマで区切ってください。例えば、\"de,it\"";
$a->strings["Minimum confidence in language detection"] = "言語検出の最低信頼度";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "言語検出が正しいことを示す最小の信頼度を0から100までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。";
$a->strings["Minimum length of message body"] = "メッセージ本文の最低の長さ";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "フィルタを使用するためのメッセージ本文の最小文字数。これより短い投稿はフィルタリングされません。注短いコンテンツ200文字未満の場合、言語検出は信頼できません。";
$a->strings["Save Settings"] = "設定を保存";
$a->strings['Language Filter'] = '言語フィルタ';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'このアドオンは、投稿が書かれている言語の特定を試みます。以下に指定されたどの言語にも一致しない場合、投稿は折り畳まれて隠されます。';
$a->strings['Use the language filter'] = '言語フィルタを使う';
$a->strings['Able to read'] = '読める言語';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'あなたが話す言語の略語ISO 639-1コードの一覧をカンマで区切ってください。例えば、"de,it"。';
$a->strings['Minimum confidence in language detection'] = '言語検出の最低信頼度';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = '言語検出が正しいことを示す最小の信頼度を0から100までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。';
$a->strings['Minimum length of message body'] = 'メッセージ本文の最低の長さ';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'フィルタを使用するためのメッセージ本文の最小文字数。これより短い投稿はフィルタリングされません。注短いコンテンツ200文字未満の場合、言語検出は信頼できません。';
$a->strings['Save Settings'] = '設定を保存';

View file

@ -5,15 +5,14 @@ function string_plural_select_nb_no($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Språkfilter";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Dette tillegget forsøker å identifisere hvilket språk poster er skrevet i. Hvis det ikke samsvarer med noen av språkene som er spesifisert nedenfor vil postene bli skjult ved at de blir kollapset.";
$a->strings["Use the language filter"] = "Bruk språkfilter";
$a->strings["Able to read"] = "I stand til å lese";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste over forkortelser (ISO 639-1 koder) for språk du snakker, kommaseparert. For eksempel \"de,it\"";
$a->strings["Minimum confidence in language detection"] = "Minimum sikkerhet i språkdeteksjon.";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum sikkerhet for å gi korrekt språkdeteksjon, fra 0 til 100. Poster vil ikke bli filtrert hvis sikkerheten i språkdeteksjonen er lavere enn denne prosentverdien.";
$a->strings["Minimum length of message body"] = "MInimumslengde for meldingskropp.";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum antall tegn i meldingskropp for å kunne benytte filter. Poster som er kortere enn dette vil ikke bli filtrert. Bemerk: Språkoppdagelse er upålitelig for kort innhold (< 200 tegn).";
$a->strings["Save Settings"] = "Lagre innstillinger";
$a->strings["Filtered language: %s"] = "Filtrert språk: 1 %s";
$a->strings['Language Filter'] = 'Språkfilter';
$a->strings['This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them.'] = 'Dette tillegget forsøker å identifisere hvilket språk poster er skrevet i. Hvis det ikke samsvarer med noen av språkene som er spesifisert nedenfor vil postene bli skjult ved at de blir kollapset.';
$a->strings['Use the language filter'] = 'Bruk språkfilter';
$a->strings['Able to read'] = 'I stand til å lese';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Liste over forkortelser (ISO 639-1 koder) for språk du snakker, kommaseparert. For eksempel "de,it"';
$a->strings['Minimum confidence in language detection'] = 'Minimum sikkerhet i språkdeteksjon.';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimum sikkerhet for å gi korrekt språkdeteksjon, fra 0 til 100. Poster vil ikke bli filtrert hvis sikkerheten i språkdeteksjonen er lavere enn denne prosentverdien.';
$a->strings['Minimum length of message body'] = 'MInimumslengde for meldingskropp.';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimum antall tegn i meldingskropp for å kunne benytte filter. Poster som er kortere enn dette vil ikke bli filtrert. Bemerk: Språkoppdagelse er upålitelig for kort innhold (< 200 tegn).';
$a->strings['Save Settings'] = 'Lagre innstillinger';
$a->strings['Filtered language: %s'] = 'Filtrert språk: 1 %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Taalfilter";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Deze addon probeert de taal van berichten automatisch te bepalen. Als de taal van het bericht niet overeenkomt met een taal die jij spreekt zal het bericht worden verborgen. ";
$a->strings["Use the language filter"] = "Gebruik de taalfilter";
$a->strings["Able to read"] = "Kan lezen";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lijst van afkortingen (ISO2 codes) voor talen die jij spreekt, door komma's gescheiden. Bijvoorbeeld \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimum betrouwbaarheid in taaldetectie";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum betrouwbaarheid dat de correcte taal word gedetecteerd, van 0 tot 100. Berichten zullen niet worden gefilterd als de betrouwbaarheid lager is dan dit percentage.";
$a->strings["Minimum length of message body"] = "Minimum lengte van de berichttekst";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum aantal letters en leestekens in de berichttekst nodig voor het filter om te werken. Kortere berichten worden niet gefilterd. NB: Taaldetectie is onbetrouwbaar voor korte berichten (<200 letters en leestekens).";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Language Filter Settings saved."] = "Taalfilter instellingen opgeslagen";
$a->strings["Filtered language: %s"] = "Gefilterde taal: %s";
$a->strings['Language Filter'] = 'Taalfilter';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Deze addon probeert de taal van berichten automatisch te bepalen. Als de taal van het bericht niet overeenkomt met een taal die jij spreekt zal het bericht worden verborgen. ';
$a->strings['Use the language filter'] = 'Gebruik de taalfilter';
$a->strings['Able to read'] = 'Kan lezen';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lijst van afkortingen (ISO2 codes) voor talen die jij spreekt, door komma\'s gescheiden. Bijvoorbeeld "de,it".';
$a->strings['Minimum confidence in language detection'] = 'Minimum betrouwbaarheid in taaldetectie';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimum betrouwbaarheid dat de correcte taal word gedetecteerd, van 0 tot 100. Berichten zullen niet worden gefilterd als de betrouwbaarheid lager is dan dit percentage.';
$a->strings['Minimum length of message body'] = 'Minimum lengte van de berichttekst';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimum aantal letters en leestekens in de berichttekst nodig voor het filter om te werken. Kortere berichten worden niet gefilterd. NB: Taaldetectie is onbetrouwbaar voor korte berichten (<200 letters en leestekens).';
$a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings['Language Filter Settings saved.'] = 'Taalfilter instellingen opgeslagen';
$a->strings['Filtered language: %s'] = 'Gefilterde taal: %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Language Filter"] = "Filtr językowy";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Ten dodatek próbuje zidentyfikować posty językowe, które są zapisywane. Jeśli nie pasuje do żadnego z języków określonych poniżej, posty będą ukrywane przez ich zwijanie.";
$a->strings["Use the language filter"] = "Użyj filtru językowego";
$a->strings["Able to read"] = "Może odczytać";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista skrótów (kodów iso2) dla języków, które znasz, oddzielonych przecinkami. Na przykład \"pl,de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimalne zaufanie do wykrywania języka";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimalne zaufanie do wykrywania języka jest poprawne, od 0 do 100. Wpisy nie będą filtrowane, gdy pewność wykrycia języka jest poniżej tej wartości procentowej.";
$a->strings["Minimum length of message body"] = "Minimalna długość treści wiadomości";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimalna liczba znaków w treści wiadomości dla używanego filtra. Wpisy krótsze niż te nie będą filtrowane. Uwaga: Wykrywanie języka nie jest wiarygodne dla krótkiej treści (<200 znaków).";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Language Filter Settings saved."] = "Ustawienia filtra języka zostały zapisane.";
$a->strings["Filtered language: %s"] = "Język filtrowany: %s";
$a->strings['Language Filter'] = 'Filtr językowy';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Ten dodatek próbuje zidentyfikować posty językowe, które są zapisywane. Jeśli nie pasuje do żadnego z języków określonych poniżej, posty będą ukrywane przez ich zwijanie.';
$a->strings['Use the language filter'] = 'Użyj filtru językowego';
$a->strings['Able to read'] = 'Może odczytać';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista skrótów (kodów iso2) dla języków, które znasz, oddzielonych przecinkami. Na przykład "pl,de,it".';
$a->strings['Minimum confidence in language detection'] = 'Minimalne zaufanie do wykrywania języka';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimalne zaufanie do wykrywania języka jest poprawne, od 0 do 100. Wpisy nie będą filtrowane, gdy pewność wykrycia języka jest poniżej tej wartości procentowej.';
$a->strings['Minimum length of message body'] = 'Minimalna długość treści wiadomości';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimalna liczba znaków w treści wiadomości dla używanego filtra. Wpisy krótsze niż te nie będą filtrowane. Uwaga: Wykrywanie języka nie jest wiarygodne dla krótkiej treści (<200 znaków).';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['Language Filter Settings saved.'] = 'Ustawienia filtra języka zostały zapisane.';
$a->strings['Filtered language: %s'] = 'Język filtrowany: %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_pt_br($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Language Filter"] = "Filtro de Idiomas";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Este complemento tenta identificar a língua em que as publicações são escritas. Uma publicação que não se encaixe em nenhum dos idiomas especificados abaixo será ocultada por colapsamento.";
$a->strings["Use the language filter"] = "Usar o filtro de idiomas";
$a->strings["Able to read"] = "Falo";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviações (códigos ISO 2) para as línguas que você fala, separadas por vírgula. Por exemplo, \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Confiança mínima na detecção do idioma";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Confiança mínima na exatidão da detecção do idioma, de 0 a 100. As publicações não serão filtradas quando a confiança na detecção do idioma estiver abaixo desta porcentagem.";
$a->strings["Minimum length of message body"] = "Tamanho mínimo do corpo da mensagem";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres no corpo da mensagem para aplicação do filtro. As publicações mais curtas que o estipulado não serão filtradas. Atenção: a detecção de idiomas não é confiável para conteúdos curtos (< 200 caracteres).";
$a->strings["Save Settings"] = "Salvar configurações";
$a->strings["Language Filter Settings saved."] = "Configurações do Filtro de Idiomas salvas.";
$a->strings["Filtered language: %s"] = "Idioma filtrado: %s";
$a->strings['Language Filter'] = 'Filtro de Idiomas';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Este complemento tenta identificar a língua em que as publicações são escritas. Uma publicação que não se encaixe em nenhum dos idiomas especificados abaixo será ocultada por colapsamento.';
$a->strings['Use the language filter'] = 'Usar o filtro de idiomas';
$a->strings['Able to read'] = 'Falo';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista de abreviações (códigos ISO 2) para as línguas que você fala, separadas por vírgula. Por exemplo, "de,it".';
$a->strings['Minimum confidence in language detection'] = 'Confiança mínima na detecção do idioma';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Confiança mínima na exatidão da detecção do idioma, de 0 a 100. As publicações não serão filtradas quando a confiança na detecção do idioma estiver abaixo desta porcentagem.';
$a->strings['Minimum length of message body'] = 'Tamanho mínimo do corpo da mensagem';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Número mínimo de caracteres no corpo da mensagem para aplicação do filtro. As publicações mais curtas que o estipulado não serão filtradas. Atenção: a detecção de idiomas não é confiável para conteúdos curtos (< 200 caracteres).';
$a->strings['Save Settings'] = 'Salvar configurações';
$a->strings['Language Filter Settings saved.'] = 'Configurações do Filtro de Idiomas salvas.';
$a->strings['Filtered language: %s'] = 'Idioma filtrado: %s';

View file

@ -5,15 +5,14 @@ function string_plural_select_ru($n){
$n = intval($n);
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Language Filter"] = "Языковой фильтр";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Это дополнение пытается идентифицировать язык, на котором написаны посты. Если язык не соответствует ни одному, указанному ниже, то такие посты будут скрыты.";
$a->strings["Use the language filter"] = "Использовать языковой фильтр";
$a->strings["Able to read"] = "Возможность читать";
$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Список аббревиатур (кодов по ISO 639-1 ) для языков, на которых вы говорите. Например, \"ru,en\".";
$a->strings["Minimum confidence in language detection"] = "Минимальная уверенность в определении языка";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Минимальная уверенность в правильном определении языка, от 0 до 100. Посты не будут скрыты, если уверенность в правильном определении языка в процентах ниже этого значения.";
$a->strings["Minimum length of message body"] = "Минимальная длина тела сообщения";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Минимальное количество знаков в теле сообщения для применения фильтрации. Посты, длина которых меньше указанного значения, не будут отфильтрованы. Обратите внимание, что определение языка работает ненадежно для небольших постов (<200 символов).";
$a->strings["Save Settings"] = "Сохранить настройки";
$a->strings["Filtered language: %s"] = "Отфильтрованный язык: %s";
$a->strings['Language Filter'] = 'Языковой фильтр';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Это дополнение пытается идентифицировать язык, на котором написаны посты. Если язык не соответствует ни одному, указанному ниже, то такие посты будут скрыты.';
$a->strings['Use the language filter'] = 'Использовать языковой фильтр';
$a->strings['Able to read'] = 'Возможность читать';
$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Список аббревиатур (кодов по ISO 639-1 ) для языков, на которых вы говорите. Например, "ru,en".';
$a->strings['Minimum confidence in language detection'] = 'Минимальная уверенность в определении языка';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Минимальная уверенность в правильном определении языка, от 0 до 100. Посты не будут скрыты, если уверенность в правильном определении языка в процентах ниже этого значения.';
$a->strings['Minimum length of message body'] = 'Минимальная длина тела сообщения';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Минимальное количество знаков в теле сообщения для применения фильтрации. Посты, длина которых меньше указанного значения, не будут отфильтрованы. Обратите внимание, что определение языка работает ненадежно для небольших постов (<200 символов).';
$a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings['Filtered language: %s'] = 'Отфильтрованный язык: %s';

View file

@ -5,16 +5,16 @@ function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Språkfilter";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Detta tillägg försöker identifiera vilket språk inlägg är skrivna i. Om det inte matchar ett språk specifierat nedan så göms inlägg genom att kollapsa dem.";
$a->strings["Use the language filter"] = "Använd språkfiltret";
$a->strings["Able to read"] = "Kan läsa";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista av förkortningar (iso2 koder) för spåk du pratar, separerade av kommatecken. Exempel: \"de, it\".";
$a->strings["Minimum confidence in language detection"] = "Minsta förtroende i språkigenkänning";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minsta förtroende i att språkigenkänningen är korrekt, från 0 till 100.\nInlägg filtreras inte när förtroendet i språkigenkänningen är under detta procentvärde.";
$a->strings["Minimum length of message body"] = "Minsta längd på meddelandetext";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minsta antal tecken i meddelande text för att ett filter ska användas. Inlägg kortare än detta kommer inte filtreras. Notera: Språkigenkänning är inte tillförlitligt på korta texter (<200 tecken).";
$a->strings["Save Settings"] = "Spara inställningar";
$a->strings["Language Filter Settings saved."] = "Inställningar för språkfilter sparade.";
$a->strings["Filtered language: %s"] = "Filtrerat språk: %s";
$a->strings['Language Filter'] = 'Språkfilter';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Detta tillägg försöker identifiera vilket språk inlägg är skrivna i. Om det inte matchar ett språk specifierat nedan så göms inlägg genom att kollapsa dem.';
$a->strings['Use the language filter'] = 'Använd språkfiltret';
$a->strings['Able to read'] = 'Kan läsa';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista av förkortningar (iso2 koder) för spåk du pratar, separerade av kommatecken. Exempel: "de, it".';
$a->strings['Minimum confidence in language detection'] = 'Minsta förtroende i språkigenkänning';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minsta förtroende i att språkigenkänningen är korrekt, från 0 till 100.
Inlägg filtreras inte när förtroendet i språkigenkänningen är under detta procentvärde.';
$a->strings['Minimum length of message body'] = 'Minsta längd på meddelandetext';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minsta antal tecken i meddelande text för att ett filter ska användas. Inlägg kortare än detta kommer inte filtreras. Notera: Språkigenkänning är inte tillförlitligt på korta texter (<200 tecken).';
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['Language Filter Settings saved.'] = 'Inställningar för språkfilter sparade.';
$a->strings['Filtered language: %s'] = 'Filtrerat språk: %s';

View file

@ -5,16 +5,15 @@ function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(0);
}}
;
$a->strings["Language Filter"] = "语言过滤器";
$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。";
$a->strings["Use the language filter"] = "使用语言过滤器";
$a->strings["Able to read"] = "想要显示的语言";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 \"zh,en\"";
$a->strings["Minimum confidence in language detection"] = "语言识别阈值";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "语言识别阈值0100。语言识别结果低于该阈值的帖子将不会被折叠。";
$a->strings["Minimum length of message body"] = "语言过滤帖子所需最小字符个数";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "语言过滤帖子所需最小字符个数。低于该数字的帖子将不会被过滤。注意对于字符个数小于200的帖子语言检测功能将不够稳定。";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Language Filter Settings saved."] = "语言过滤器设置已保存。";
$a->strings["Filtered language: %s"] = "已过滤的语言:%s";
$a->strings['Language Filter'] = '语言过滤器';
$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = '这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。';
$a->strings['Use the language filter'] = '使用语言过滤器';
$a->strings['Able to read'] = '想要显示的语言';
$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = '您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 "zh,en"。';
$a->strings['Minimum confidence in language detection'] = '语言识别阈值';
$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = '语言识别阈值0100。语言识别结果低于该阈值的帖子将不会被折叠。';
$a->strings['Minimum length of message body'] = '语言过滤帖子所需最小字符个数';
$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = '语言过滤帖子所需最小字符个数。低于该数字的帖子将不会被过滤。注意对于字符个数小于200的帖子语言检测功能将不够稳定。';
$a->strings['Save Settings'] = '保存设置';
$a->strings['Language Filter Settings saved.'] = '语言过滤器设置已保存。';
$a->strings['Filtered language: %s'] = '已过滤的语言:%s';