forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
34
snautofollow/lang/C/messages.po
Normal file
34
snautofollow/lang/C/messages.po
Normal file
|
@ -0,0 +1,34 @@
|
|||
# ADDON snautofollow
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica snautofollow addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: snautofollow.php:32
|
||||
msgid "StatusNet AutoFollow settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: snautofollow.php:56
|
||||
msgid "StatusNet AutoFollow Settings"
|
||||
msgstr ""
|
||||
|
||||
#: snautofollow.php:58
|
||||
msgid "Automatically follow any StatusNet followers/mentioners"
|
||||
msgstr ""
|
||||
|
||||
#: snautofollow.php:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
6
snautofollow/lang/ca/strings.php
Normal file
6
snautofollow/lang/ca/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "Ajustos de AutoSeguiment a StatusNet actualitzats.";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "Ajustos de AutoSeguiment a StatusNet";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Segueix Automaticament qualsevol seguidor/mencionador de StatusNet";
|
||||
$a->strings["Submit"] = "Enviar";
|
36
snautofollow/lang/cs/messages.po
Normal file
36
snautofollow/lang/cs/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON snautofollow
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica snautofollow addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Michal Šupler <msupler@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-07-28 18:12+0000\n"
|
||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: snautofollow.php:32
|
||||
msgid "StatusNet AutoFollow settings updated."
|
||||
msgstr "Nastavení automatického následování na StatusNet aktualizováno."
|
||||
|
||||
#: snautofollow.php:56 snautofollow.php:60
|
||||
msgid "StatusNet AutoFollow"
|
||||
msgstr "Nastavení StatusNet automatického následování (AutoFollow)"
|
||||
|
||||
#: snautofollow.php:64
|
||||
msgid "Automatically follow any StatusNet followers/mentioners"
|
||||
msgstr "Automaticky následovat jakékoliv StatusNet následníky/přispivatele"
|
||||
|
||||
#: snautofollow.php:70
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit Nastavení"
|
11
snautofollow/lang/cs/strings.php
Normal file
11
snautofollow/lang/cs/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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["StatusNet AutoFollow settings updated."] = "Nastavení automatického následování na StatusNet aktualizováno.";
|
||||
$a->strings["StatusNet AutoFollow"] = "Nastavení StatusNet automatického následování (AutoFollow)";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automaticky následovat jakékoliv StatusNet následníky/přispivatele";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
36
snautofollow/lang/de/messages.po
Normal file
36
snautofollow/lang/de/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON snautofollow
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica snautofollow addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# bavatar <tobias.diekershoff@gmx.net>, 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-10-02 14:39+0000\n"
|
||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: snautofollow.php:32
|
||||
msgid "StatusNet AutoFollow settings updated."
|
||||
msgstr "StatusNet AutoFollow Einstellungen aktualisiert."
|
||||
|
||||
#: snautofollow.php:56 snautofollow.php:60
|
||||
msgid "StatusNet AutoFollow"
|
||||
msgstr "StatusNet AutoFollow"
|
||||
|
||||
#: snautofollow.php:64
|
||||
msgid "Automatically follow any StatusNet followers/mentioners"
|
||||
msgstr "Automatisch allen StatusNet Followern/Erwähnungen folgen"
|
||||
|
||||
#: snautofollow.php:70
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
11
snautofollow/lang/de/strings.php
Normal file
11
snautofollow/lang/de/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "StatusNet AutoFollow Einstellungen aktualisiert.";
|
||||
$a->strings["StatusNet AutoFollow"] = "StatusNet AutoFollow";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automatisch allen StatusNet Followern/Erwähnungen folgen";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
6
snautofollow/lang/eo/strings.php
Normal file
6
snautofollow/lang/eo/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "Ĝidatigis StatusNet AutoFollow agordojn.";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "StatusNet AutoFollow agordoj";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Aŭtomate sekvu ĉiujn StatusNet sekvantojn/menciantojn.";
|
||||
$a->strings["Submit"] = "Sendi";
|
36
snautofollow/lang/es/messages.po
Normal file
36
snautofollow/lang/es/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON snautofollow
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica snautofollow addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Albert, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2016-11-17 22:37+0000\n"
|
||||
"Last-Translator: Albert\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: snautofollow.php:32
|
||||
msgid "StatusNet AutoFollow settings updated."
|
||||
msgstr "Ajustes de StatusNet AutoFollow actualizados."
|
||||
|
||||
#: snautofollow.php:56
|
||||
msgid "StatusNet AutoFollow Settings"
|
||||
msgstr "Ajustes de StatusNet AutoFollow"
|
||||
|
||||
#: snautofollow.php:58
|
||||
msgid "Automatically follow any StatusNet followers/mentioners"
|
||||
msgstr "Seguir automáticamente a cualquiera que te siga/mencione en StatusNet"
|
||||
|
||||
#: snautofollow.php:64
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
11
snautofollow/lang/es/strings.php
Normal file
11
snautofollow/lang/es/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "Ajustes de StatusNet AutoFollow actualizados.";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "Ajustes de StatusNet AutoFollow";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Seguir automáticamente a cualquiera que te siga/mencione en StatusNet";
|
||||
$a->strings["Submit"] = "Enviar";
|
6
snautofollow/lang/fr/strings.php
Normal file
6
snautofollow/lang/fr/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "Réglages de suivi automatique sur StatusNet mis à jour.";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "Réglages de suivi automatique sur StatusNet";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Suivre automatiquement les personnes qui vous suivent ou vous mentionnent sur Statusnet";
|
||||
$a->strings["Submit"] = "Envoyer";
|
6
snautofollow/lang/is/strings.php
Normal file
6
snautofollow/lang/is/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
|
||||
$a->strings["Submit"] = "Senda inn";
|
36
snautofollow/lang/it/messages.po
Normal file
36
snautofollow/lang/it/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON snautofollow
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica snautofollow addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2015-08-31 10:23+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: snautofollow.php:32
|
||||
msgid "StatusNet AutoFollow settings updated."
|
||||
msgstr "Impostazioni \"StatusNet AutoFollow\" aggiornate."
|
||||
|
||||
#: snautofollow.php:56
|
||||
msgid "StatusNet AutoFollow Settings"
|
||||
msgstr "Impostazioni StatusNet AutoFollow"
|
||||
|
||||
#: snautofollow.php:58
|
||||
msgid "Automatically follow any StatusNet followers/mentioners"
|
||||
msgstr "Segui automanticamente chiunque da StatusNet ti segua o ti menzioni"
|
||||
|
||||
#: snautofollow.php:64
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
11
snautofollow/lang/it/strings.php
Normal file
11
snautofollow/lang/it/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "Impostazioni \"StatusNet AutoFollow\" aggiornate.";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "Impostazioni StatusNet AutoFollow";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Segui automanticamente chiunque da StatusNet ti segua o ti menzioni";
|
||||
$a->strings["Submit"] = "Invia";
|
6
snautofollow/lang/nb-no/strings.php
Normal file
6
snautofollow/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
|
||||
$a->strings["Submit"] = "Lagre";
|
6
snautofollow/lang/pl/strings.php
Normal file
6
snautofollow/lang/pl/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
|
||||
$a->strings["Submit"] = "Potwierdź";
|
6
snautofollow/lang/pt-br/strings.php
Normal file
6
snautofollow/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
|
||||
$a->strings["Submit"] = "Enviar";
|
35
snautofollow/lang/ro/messages.po
Normal file
35
snautofollow/lang/ro/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON snautofollow
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica snautofollow addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-07-08 12:07+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: snautofollow.php:32
|
||||
msgid "StatusNet AutoFollow settings updated."
|
||||
msgstr "Configurări StatusNet AutoFollow actualizate."
|
||||
|
||||
#: snautofollow.php:56 snautofollow.php:60
|
||||
msgid "StatusNet AutoFollow"
|
||||
msgstr "StatusNet AutoFollow"
|
||||
|
||||
#: snautofollow.php:64
|
||||
msgid "Automatically follow any StatusNet followers/mentioners"
|
||||
msgstr "Urmărește automat orice susținător/pe cei ce vă menționează pe StatusNet"
|
||||
|
||||
#: snautofollow.php:70
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
11
snautofollow/lang/ro/strings.php
Normal file
11
snautofollow/lang/ro/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ro")) {
|
||||
function string_plural_select_ro($n){
|
||||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||
}}
|
||||
;
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "Configurări StatusNet AutoFollow actualizate.";
|
||||
$a->strings["StatusNet AutoFollow"] = "StatusNet AutoFollow";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Urmărește automat orice susținător/pe cei ce vă menționează pe StatusNet";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
6
snautofollow/lang/ru/strings.php
Normal file
6
snautofollow/lang/ru/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
|
||||
$a->strings["Submit"] = "Подтвердить";
|
3
snautofollow/lang/sv/strings.php
Normal file
3
snautofollow/lang/sv/strings.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Spara";
|
6
snautofollow/lang/zh-cn/strings.php
Normal file
6
snautofollow/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$a->strings["StatusNet AutoFollow settings updated."] = "StatusNet自动关注设置更新了。";
|
||||
$a->strings["StatusNet AutoFollow Settings"] = "StatusNet自动关注设置";
|
||||
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "自动关注所有的StatusGet关注者/提及";
|
||||
$a->strings["Submit"] = "提交";
|
Loading…
Add table
Add a link
Reference in a new issue