]> git.mxchange.org Git - friendica-addons.git/blob - public_server/lang/it/strings.php
Merge pull request #212 from tobiasd/20140914
[friendica-addons.git] / public_server / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Administrator"] = "";
9 $a->strings["Your account on %s will expire in a few days."] = "";
10 $a->strings["Your Friendica account is about to expire."] = "";
11 $a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
12 $a->strings["Settings saved"] = "";
13 $a->strings["Save Settings"] = "";
14 $a->strings["Set any of these options to 0 to deactivate it."] = "";