forked from github/kensanata.oddmuse
Translation: "Internal Page: "
This string was not used correctly. T('Internal Page: ' . $resolved)
means that the string is concatenated with $resolved and then it will be
translated. This means that the translation will never be found. The
correct usage is as follows: Ts('Internal Page: %s', $resolved). The
translation string has therefore been changed to 'Internal Page: %s' and
the translation files have been fixed accordingly.
This commit is contained in:
@@ -117,7 +117,7 @@ sub GetBackLink {
|
||||
foreach my $backlink (@backlinks) {
|
||||
my ($class, $resolved, $title, $exists) = ResolveId($backlink);
|
||||
if (($resolved ne $id) && ($resolved !~ /^($BacklinkBanned)$/)) {
|
||||
push(@unpopped, ScriptLink(UrlEncode($resolved), $resolved, $class . ' backlink', undef, T('Internal Page: ' . $resolved)));
|
||||
push(@unpopped, ScriptLink(UrlEncode($resolved), $resolved, $class . ' backlink', undef, Ts('Internal Page: %s', $resolved)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -558,8 +558,8 @@ Archive:
|
||||
Arquivar:
|
||||
Rebuild BackLink database
|
||||
Recriar banco de dados LinkRetorno
|
||||
Internal Page:
|
||||
Página interna:
|
||||
Internal Page: %s
|
||||
Página interna: %s
|
||||
Pages that link to this page
|
||||
Páginas que possuem links para essa página
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -558,7 +558,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -557,7 +557,7 @@ Archive:
|
||||
Arxiu:
|
||||
Rebuild BackLink database
|
||||
Reconstruir base de dades de Retroenllaços
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
Pàgines que enllacen a aquesta pàgina
|
||||
|
||||
@@ -558,8 +558,8 @@ Archive:
|
||||
檔案:
|
||||
Rebuild BackLink database
|
||||
重建 BackLink 資料庫
|
||||
Internal Page:
|
||||
內部頁面:
|
||||
Internal Page: %s
|
||||
內部頁面: %s
|
||||
Pages that link to this page
|
||||
連結此頁面
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -574,8 +574,8 @@ Archive:
|
||||
存档:
|
||||
Rebuild BackLink database
|
||||
重建BackLink数据库
|
||||
Internal Page:
|
||||
内部页面:
|
||||
Internal Page: %s
|
||||
内部页面: %s
|
||||
Pages that link to this page
|
||||
本页的链接页面
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -564,7 +564,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -555,7 +555,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -561,8 +561,8 @@ Archive:
|
||||
Archive :
|
||||
Rebuild BackLink database
|
||||
Rebâtir les liens de la base de données
|
||||
Internal Page:
|
||||
Page Interne :
|
||||
Internal Page: %s
|
||||
Page Interne : %s
|
||||
Pages that link to this page
|
||||
Pages liées à cette page
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -557,8 +557,8 @@ Archive:
|
||||
Archiv:
|
||||
Rebuild BackLink database
|
||||
Liste der Rückverweise neu erstellen
|
||||
Internal Page:
|
||||
Interne Seite:
|
||||
Internal Page: %s
|
||||
Interne Seite: %s
|
||||
Pages that link to this page
|
||||
Seiten, die auf diese Seite verweisen
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -555,8 +555,8 @@ Archive:
|
||||
Αρχείο:
|
||||
Rebuild BackLink database
|
||||
Ανανέωση της βάσης των BackLink
|
||||
Internal Page:
|
||||
Εσωτερική Σελίδα:
|
||||
Internal Page: %s
|
||||
Εσωτερική Σελίδα: %s
|
||||
Pages that link to this page
|
||||
Σελίδες με συνδέσμους προς αυτή τη σελίδα
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -557,7 +557,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -555,7 +555,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -555,7 +555,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -555,7 +555,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -578,7 +578,7 @@ Archive:
|
||||
################################################################################
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -557,8 +557,8 @@ Archive:
|
||||
Archiwum:
|
||||
Rebuild BackLink database
|
||||
Przebuduj spis linkujących
|
||||
Internal Page:
|
||||
Strona Wewnętrzna:
|
||||
Internal Page: %s
|
||||
Strona Wewnętrzna: %s
|
||||
Pages that link to this page
|
||||
Strony linkujące do tej strony
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -560,7 +560,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -555,7 +555,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -561,8 +561,8 @@ Archive:
|
||||
Архив:
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Внутренняя страница:
|
||||
Internal Page: %s
|
||||
Внутренняя страница: %s
|
||||
Pages that link to this page
|
||||
Страницы ссылающиеся на эту страницу
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -557,7 +557,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -558,8 +558,8 @@ Archive:
|
||||
Archivo:
|
||||
Rebuild BackLink database
|
||||
Reconstruir base de datos de Retroenlaces
|
||||
Internal Page:
|
||||
Página interna:
|
||||
Internal Page: %s
|
||||
Página interna: %s
|
||||
Pages that link to this page
|
||||
Páginas que enlazan a esta página
|
||||
The search parameter is missing.
|
||||
|
||||
@@ -559,7 +559,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
@@ -555,7 +555,7 @@ Archive:
|
||||
|
||||
Rebuild BackLink database
|
||||
|
||||
Internal Page:
|
||||
Internal Page: %s
|
||||
|
||||
Pages that link to this page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user