forked from friendica/deprecated-addons
deprecated the BUFFER addon
This commit is contained in:
parent
e0cd6b99a1
commit
12274063bb
38 changed files with 2250 additions and 0 deletions
16
buffer/lang/fi-fi/strings.php
Normal file
16
buffer/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Permission denied.'] = 'Lupa kielletty.';
|
||||
$a->strings['Save Settings'] = 'Tallenna asetukset';
|
||||
$a->strings['Error when registering buffer connection:'] = 'Virhe Buffer-yhteyden rekisteröimisessä:';
|
||||
$a->strings['You are now authenticated to buffer. '] = 'Buffer-yhteydesi on todennettu.';
|
||||
$a->strings['Post to Buffer'] = 'Julkaise Bufferiin';
|
||||
$a->strings['Buffer Export'] = 'Buffer Export';
|
||||
$a->strings['Authenticate your Buffer connection'] = 'Todenna Buffer-yhteydesi';
|
||||
$a->strings['Enable Buffer Post Addon'] = 'Ota Buffer-viestilisäosa käyttöön';
|
||||
$a->strings['Post to Buffer by default'] = 'Julkaise Bufferiin oletuksena';
|
Loading…
Add table
Add a link
Reference in a new issue