diff --git a/fp-includes/fp-smartyplugins/function.list_categories.php b/fp-includes/fp-smartyplugins/function.list_categories.php index 741c417..2cdf8c7 100644 --- a/fp-includes/fp-smartyplugins/function.list_categories.php +++ b/fp-includes/fp-smartyplugins/function.list_categories.php @@ -46,7 +46,7 @@ function smarty_function_list_categories($params) // , &$smarty) } else { global $lang; - $content = 'Unfiled'; + $content = '' . $lang ['entry'] ['categories'] ['unfiled'] . ''; if (isset($lang ['admin'] ['entry'] ['publish'] ['nocategories'])) $content = $lang ['admin'] ['entry'] ['publish'] ['nocategories']; return ''; diff --git a/fp-interface/lang/cs-cz/lang.default.php b/fp-interface/lang/cs-cz/lang.default.php index 8b158bb..01b51b5 100644 --- a/fp-interface/lang/cs-cz/lang.default.php +++ b/fp-interface/lang/cs-cz/lang.default.php @@ -80,6 +80,11 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Komentáře zamknuté' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Není uloženo' +); + + $lang ['404error'] = array( 'subject' => 'Nenalezeno', 'content' => '

Stránka kterou hledáte, nebyla nalezena

' diff --git a/fp-interface/lang/da-dk/lang.default.php b/fp-interface/lang/da-dk/lang.default.php index 9a6ae35..5c8829d 100644 --- a/fp-interface/lang/da-dk/lang.default.php +++ b/fp-interface/lang/da-dk/lang.default.php @@ -80,6 +80,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Kommentarer blokeret.' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Ikke deponeret' +); + $lang ['404error'] = array( 'subject' => 'Ikke fundet', 'content' => '

Beklager, der blev ikke fundet noget passende til denne anmodning.

' diff --git a/fp-interface/lang/de-de/lang.default.php b/fp-interface/lang/de-de/lang.default.php index ea329f1..2aa3b85 100644 --- a/fp-interface/lang/de-de/lang.default.php +++ b/fp-interface/lang/de-de/lang.default.php @@ -80,6 +80,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Kommentare gesperrt.' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Nicht hinterlegt' +); + $lang ['404error'] = array( 'subject' => 'Nicht gefunden', 'content' => '

Sorry, es wurde nichts passendes für diese Anfrage gefunden.

' diff --git a/fp-interface/lang/el-gr/lang.default.php b/fp-interface/lang/el-gr/lang.default.php index 8c95aa0..0377a33 100644 --- a/fp-interface/lang/el-gr/lang.default.php +++ b/fp-interface/lang/el-gr/lang.default.php @@ -79,6 +79,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Κλειδωμένα σχόλια' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Δεν έχει κατατεθεί' +); + $lang ['404error'] = array( 'subject' => 'Δεν βρέθηκε', 'content' => '

Λυπούμαστε, δεν μπορέσαμε να βρούμε την σελίδα που ζητήσατε

' diff --git a/fp-interface/lang/en-us/lang.default.php b/fp-interface/lang/en-us/lang.default.php index 10cd190..0d3aa4f 100755 --- a/fp-interface/lang/en-us/lang.default.php +++ b/fp-interface/lang/en-us/lang.default.php @@ -80,6 +80,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Comments locked' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Unfiled' +); + $lang ['404error'] = array( 'subject' => 'Not Found', 'content' => '

Sorry, we could not find the page you requested

' diff --git a/fp-interface/lang/es-es/lang.default.php b/fp-interface/lang/es-es/lang.default.php index 58ef439..b2a0d87 100644 --- a/fp-interface/lang/es-es/lang.default.php +++ b/fp-interface/lang/es-es/lang.default.php @@ -80,6 +80,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Comentarios bloqueados' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'No depositado' +); + $lang ['404error'] = array( 'subject' => 'No encontrado', 'content' => '

Lo sentimos, no pudimos encontrar la página solicitada

' diff --git a/fp-interface/lang/fr-fr/lang.default.php b/fp-interface/lang/fr-fr/lang.default.php index c6b569b..0d39537 100644 --- a/fp-interface/lang/fr-fr/lang.default.php +++ b/fp-interface/lang/fr-fr/lang.default.php @@ -80,7 +80,11 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Commentaires désactivés' ); -$lang['404error'] = array( +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Non déposé' +); + +$lang ['404error'] = array( 'subject' => 'Pas trouvé', 'content' => '

Désolé, la page demandée n\'a pas été trouvée!

' ); diff --git a/fp-interface/lang/it-it/lang.default.php b/fp-interface/lang/it-it/lang.default.php index 2c9df51..e4eeefb 100644 --- a/fp-interface/lang/it-it/lang.default.php +++ b/fp-interface/lang/it-it/lang.default.php @@ -80,6 +80,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Commenti bloccati' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Non depositato' +); + $lang ['404error'] = array( 'subject' => 'Non Trovato', 'content' => '

Spiacenti, non è possibile trovare la pagina che stavi cercando

' diff --git a/fp-interface/lang/ja-jp/lang.default.php b/fp-interface/lang/ja-jp/lang.default.php index 37a599e..67406a5 100644 --- a/fp-interface/lang/ja-jp/lang.default.php +++ b/fp-interface/lang/ja-jp/lang.default.php @@ -80,6 +80,10 @@ $lang['entry']['flags']['short'] = array( 'commslock' => 'コメント保護' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => '未預託' +); + $lang['404error'] = array( 'subject' => 'ページが見つかりません', 'content' => '

要求されたページを見つけることができませんでした。

' diff --git a/fp-interface/lang/nl-nl/lang.default.php b/fp-interface/lang/nl-nl/lang.default.php index 62f409a..4a0f2d1 100644 --- a/fp-interface/lang/nl-nl/lang.default.php +++ b/fp-interface/lang/nl-nl/lang.default.php @@ -80,6 +80,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Commentaar geblokt' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Niet gestort' +); + $lang ['404error'] = array( 'subject' => 'Niet gevonden', 'content' => '

Sorry, we konden de door u gevraagde pagina niet vinden

' diff --git a/fp-interface/lang/pt-br/lang.default.php b/fp-interface/lang/pt-br/lang.default.php index 3aff405..480ea92 100644 --- a/fp-interface/lang/pt-br/lang.default.php +++ b/fp-interface/lang/pt-br/lang.default.php @@ -81,6 +81,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Comentários bloqueados' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Não depositado' +); + $lang ['404error'] = array( 'subject' => 'Não encontrado', 'content' => '

Desculpe, não conseguimos encontrar a página solicitada.

' diff --git a/fp-interface/lang/sl-si/lang.default.php b/fp-interface/lang/sl-si/lang.default.php index 73a4fa0..d691af0 100644 --- a/fp-interface/lang/sl-si/lang.default.php +++ b/fp-interface/lang/sl-si/lang.default.php @@ -79,6 +79,10 @@ $lang ['entry'] ['flags'] ['short'] = array( 'commslock' => 'Zaklenjeni komentarji' ); +$lang ['entry'] ['categories'] = array( + 'unfiled' => 'Ni deponirano' +); + $lang ['404error'] = array( 'subject' => 'Ni najdeno', 'content' => '

Oprostite, zahtevane strani nismo našli

'