]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/lang/pt-br/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / statusnet / lang / pt-br / strings.php
index 951322a0e2f25600b3c0c813b13fdd144300c951..65e26e266789d0fa93ffec8fb9fdbc3716931b32 100644 (file)
@@ -2,39 +2,14 @@
 
 if(! function_exists("string_plural_select_pt_br")) {
 function string_plural_select_pt_br($n){
-       return ($n > 1);;
+       $n = intval($n);
+       return intval($n > 1);
 }}
 ;
 $a->strings["Post to GNU Social"] = "Publicar no GNU Social";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
-$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
 $a->strings["GNU Social settings updated."] = "As configurações do GNU Social foram atualizadas.";
-$a->strings["GNU Social Import/Export/Mirror"] = "";
-$a->strings["Globally Available GNU Social OAuthKeys"] = "";
-$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "";
 $a->strings["Save Settings"] = "Salvar Configurações";
-$a->strings["Provide your own OAuth Credentials"] = "";
-$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "";
-$a->strings["OAuth Consumer Key"] = "";
-$a->strings["OAuth Consumer Secret"] = "";
-$a->strings["Base API Path (remember the trailing /)"] = "";
-$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "";
 $a->strings["Log in with GNU Social"] = "Entrar com o GNU Social";
-$a->strings["Copy the security code from GNU Social here"] = "";
-$a->strings["Cancel Connection Process"] = "";
-$a->strings["Current GNU Social API is"] = "";
-$a->strings["Cancel GNU Social Connection"] = "";
-$a->strings["Currently connected to: "] = "";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
 $a->strings["Allow posting to GNU Social"] = "Permitir a publicação no GNU Social";
 $a->strings["Send public postings to GNU Social by default"] = "Publicar posts públicos no GNU Social por padrão";
-$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
 $a->strings["Import the remote timeline"] = "Importar a linha do tempo remota";
-$a->strings["Disabled"] = "";
-$a->strings["Full Timeline"] = "";
-$a->strings["Only Mentions"] = "";
-$a->strings["Clear OAuth configuration"] = "";
-$a->strings["Site name"] = "";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Consumer Key"] = "";