forked from friendica/deprecated-addons
deprecated the NOTIMELINE addon
This commit is contained in:
parent
12274063bb
commit
483e8e9755
33 changed files with 647 additions and 0 deletions
10
notimeline/lang/fi-fi/strings.php
Normal file
10
notimeline/lang/fi-fi/strings.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?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['No Timeline settings updated.'] = 'No Timeline -asetukset päivitetty';
|
||||
$a->strings['No Timeline Settings'] = 'No Timeline -asetukset';
|
||||
$a->strings['Submit'] = 'Lähetä';
|
||||
Loading…
Add table
Add a link
Reference in a new issue