IT: imported translations

This commit is contained in:
Tobias Diekershoff 2014-09-14 22:01:44 +02:00
parent e60a9e61fd
commit 1038ae0174
128 changed files with 5405 additions and 669 deletions

View file

@ -0,0 +1,19 @@
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Post to Google+"] = "";
$a->strings["Enable Google+ Post Plugin"] = "";
$a->strings["Google+ username"] = "";
$a->strings["Google+ password"] = "";
$a->strings["Google+ page number"] = "";
$a->strings["Post to Google+ by default"] = "";
$a->strings["Do not prevent posting loops"] = "";
$a->strings["Skip messages without links"] = "";
$a->strings["Mirror all public posts"] = "";
$a->strings["Mirror Google Account ID"] = "";
$a->strings["Save Settings"] = "";
$a->strings["Google+ post failed. Queued for retry."] = "";