mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -1,10 +1,13 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"Blockem\" Settings"] = "\"Blockem\"-Einstellungen";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
|
||||
$a->strings["Unblock Author"] = "Autor freischalten";
|
||||
$a->strings["Block Author"] = "Autor blockieren";
|
||||
$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\" Settings"] = "\"Superblock\" Einstellungen";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK Einstellungen gespeichert";
|
||||
$a->strings["Block Completely"] = "Komplett blockieren";
|
||||
$a->strings["superblock settings updated"] = "Superblock Einstellungen wurden aktualisiert";
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-06-23 12:55+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"PO-Revision-Date: 2014-09-10 14:40+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,24 +21,24 @@ msgstr ""
|
|||
|
||||
#: superblock.php:52
|
||||
msgid "\"Superblock\" Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni \"Superblock\""
|
||||
|
||||
#: superblock.php:54
|
||||
msgid "Comma separated profile URLS to block"
|
||||
msgstr ""
|
||||
msgstr "Lista, separata da virgola, di indirizzi di profili da bloccare"
|
||||
|
||||
#: superblock.php:58
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: superblock.php:71
|
||||
msgid "SUPERBLOCK Settings saved."
|
||||
msgstr ""
|
||||
msgstr "Impostazioni \"Superblock\" salvate."
|
||||
|
||||
#: superblock.php:143
|
||||
msgid "Block Completely"
|
||||
msgstr ""
|
||||
msgstr "Blocca completamente"
|
||||
|
||||
#: superblock.php:163
|
||||
msgid "superblock settings updated"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni \"Superblock\" aggiornate"
|
||||
|
|
|
@ -5,9 +5,9 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\" Settings"] = "";
|
||||
$a->strings["Comma separated profile URLS to block"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "";
|
||||
$a->strings["Block Completely"] = "";
|
||||
$a->strings["superblock settings updated"] = "";
|
||||
$a->strings["\"Superblock\" Settings"] = "Impostazioni \"Superblock\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblock\" salvate.";
|
||||
$a->strings["Block Completely"] = "Blocca completamente";
|
||||
$a->strings["superblock settings updated"] = "Impostazioni \"Superblock\" aggiornate";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue