]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/en-us/strings.php
regenerated all the strings
[friendica-addons.git] / diaspora / lang / en-us / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_us")) {
4 function string_plural_select_en_us($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Post to Diaspora'] = 'Post to Diaspora';
9 $a->strings['Diaspora Export'] = 'Diaspora Export';
10 $a->strings['Save Settings'] = 'Save settings';
11 $a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
12 $a->strings['Diaspora password'] = 'Diaspora password';
13 $a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';