Fancybox is deprecated
This commit is contained in:
parent
f347ddbfc4
commit
5f781acfdf
234 changed files with 29623 additions and 0 deletions
11
x-twitter/lang/sv/strings.php
Normal file
11
x-twitter/lang/sv/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Log in with Twitter'] = 'Logga in med Twitter';
|
||||
$a->strings['Copy the PIN from Twitter here'] = 'Kopiera PIN-koden från Twitter här';
|
||||
$a->strings['Consumer key'] = 'Kundnyckel';
|
||||
$a->strings['Consumer secret'] = 'Kundhemlighet';
|
Loading…
Add table
Add a link
Reference in a new issue