mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,11 +5,10 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Dreamwidth"] = "Post to Dreamwidth";
|
||||
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post Settings";
|
||||
$a->strings["Enable dreamwidth Post Addon"] = "Enable Dreamwidth post addon";
|
||||
$a->strings["dreamwidth username"] = "Dreamwidth username";
|
||||
$a->strings["dreamwidth password"] = "Dreamwidth password";
|
||||
$a->strings["Post to dreamwidth by default"] = "Post to Dreamwidth by default";
|
||||
$a->strings["Submit"] = "Submit";
|
||||
$a->strings['Post to Dreamwidth'] = 'Post to Dreamwidth';
|
||||
$a->strings['Dreamwidth Post Settings'] = 'Dreamwidth Post Settings';
|
||||
$a->strings['Enable dreamwidth Post Addon'] = 'Enable Dreamwidth post addon';
|
||||
$a->strings['dreamwidth username'] = 'Dreamwidth username';
|
||||
$a->strings['dreamwidth password'] = 'Dreamwidth password';
|
||||
$a->strings['Post to dreamwidth by default'] = 'Post to Dreamwidth by default';
|
||||
$a->strings['Submit'] = 'Submit';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue