Skip to content

Commit

Permalink
Remove unused translation "An Internal Error Has Occurred" (#244)
Browse files Browse the repository at this point in the history
* Remove unused translation "An Internal Error Has Occurred"
Update string numbers for WebExceptionRenderer
  • Loading branch information
andrii-pukhalevych authored Dec 11, 2023
1 parent 6079364 commit 60a0fd7
Show file tree
Hide file tree
Showing 25 changed files with 224 additions and 257 deletions.
11 changes: 6 additions & 5 deletions resources/locales/ar/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ msgstr "خطأ"
msgid "The requested address %s was not found on this server."
msgstr "العنوان المطلوب %s غير موجود"

#: View/Errors/error500.ctp:20 Error/ExceptionRenderer.php:245
msgid "An Internal Error Has Occurred."
msgstr "حدث خطأ داخلي."

#: Controller/Scaffold.php:127
msgid "Scaffold :: "
msgstr ""
Expand Down Expand Up @@ -62,10 +58,15 @@ msgstr ""
msgid "You are not authorized to access that location."
msgstr "لا تملك صلاحية الدخول إلى هذه الصفحة"

#: Error/ExceptionRenderer.php:222
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "غير موجود"

#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "حدث خطأ داخلي."

#: Model/Validator/CakeValidationSet.php:286
msgid "This field cannot be left blank"
msgstr "لا يمكن ترك هذا الحقل فارغا"
Expand Down
11 changes: 6 additions & 5 deletions resources/locales/ar_TN/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ msgstr "خطأ"
msgid "The requested address %s was not found on this server."
msgstr "العنوان المطلوب %s غير موجود"

#: View/Errors/error500.ctp:20 Error/ExceptionRenderer.php:245
msgid "An Internal Error Has Occurred."
msgstr "حدث خطأ داخلي."

#: Controller/Scaffold.php:127
msgid "Scaffold :: "
msgstr ""
Expand Down Expand Up @@ -62,10 +58,15 @@ msgstr "حدث خطأ أثناء حذف %1$s ذات رمز التعريف %2$s"
msgid "You are not authorized to access that location."
msgstr "لا تملك صلاحية الدخول إلى هذه الصفحة"

#: Error/ExceptionRenderer.php:222
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "غير موجود"

#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "حدث خطأ داخلي."

#: Model/Validator/CakeValidationSet.php:286
msgid "This field cannot be left blank"
msgstr "لا يمكن ترك هذا الحقل فارغا"
Expand Down
9 changes: 3 additions & 6 deletions resources/locales/ca_ES/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ msgstr "Error"
msgid "The requested address %s was not found on this server."
msgstr "L'adreça sol·licitada %s no s'ha pogut trobar en aquest servidor."

#: Template/Error/error500.ctp:39
msgid "An Internal Error Has Occurred"
msgstr "Hi Ha Hagut Un Error Intern"

#: Controller/Component/AuthComponent.php:454
msgid "You are not authorized to access that location."
msgstr "No tens permisos per accedir aquesta ubicació."
Expand All @@ -37,11 +33,12 @@ msgstr "Manca la cookie del token CSRF"
msgid "CSRF token mismatch."
msgstr "Els tokens CSRF no coincideixen."

#: Error/ExceptionRenderer.php:247
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "No Trobat"

#: Error/ExceptionRenderer.php:249
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "Hi Ha Hagut Un Error Intern."

Expand Down
9 changes: 3 additions & 6 deletions resources/locales/cake.pot
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@ msgstr ""
msgid "The requested address {0} was not found on this server."
msgstr ""

#: Error/error500.php:38
msgid "An Internal Error Has Occurred"
msgstr ""

#: Controller/Component/AuthComponent.php:462
msgid "You are not authorized to access that location."
msgstr ""

#: Error/ExceptionRenderer.php:304
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr ""

#: Error/ExceptionRenderer.php:306
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr ""

Expand Down
9 changes: 3 additions & 6 deletions resources/locales/cs/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@ msgstr "Chyba"
msgid "The requested address {0} was not found on this server."
msgstr "Soubor neexistuje."

#: Error/error500.php:38
msgid "An Internal Error Has Occurred"
msgstr "Chyba systému, prosím kontaktujte administrátora"

#: Controller/Component/AuthComponent.php:462
msgid "You are not authorized to access that location."
msgstr "Přihlašte se prosím."

#: Error/ExceptionRenderer.php:304
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "Nenalezeno"

#: Error/ExceptionRenderer.php:306
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "Chyba systému, prosím kontaktujte administrátora."

Expand Down
5 changes: 3 additions & 2 deletions resources/locales/da/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ msgstr "Der opstod en fejl i forbindelse med sletning af %1$s med id: %2$s"
msgid "You are not authorized to access that location."
msgstr "Du har ikke tilladelse til at se den side."

#: Error/ExceptionRenderer.php:205
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "Ikke fundet"

#: Error/ExceptionRenderer.php:227
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "Der er sket en intern fejl."

Expand Down
9 changes: 3 additions & 6 deletions resources/locales/de/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ msgstr "Fehler"
msgid "The requested address %s was not found on this server."
msgstr "Die angeforderte Adresse %s wurde auf diesem Server nicht gefunden."

#: Template/Error/error500.ctp:39
msgid "An Internal Error Has Occurred"
msgstr "Ein interner Fehler ist aufgetreten"

#: Controller/Component/AuthComponent.php:496
msgid "You are not authorized to access that location."
msgstr "Sie sind nicht berechtigt, diese Seite aufzurufen."
Expand All @@ -39,11 +35,12 @@ msgstr "Fehlendes CSRF-Token-Cookie"
msgid "CSRF token mismatch."
msgstr "Ungültiges CSRF-Token."

#: Error/ExceptionRenderer.php:258
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "Seite nicht gefunden"

#: Error/ExceptionRenderer.php:260
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "Ein interner Fehler ist aufgetreten."

Expand Down
9 changes: 3 additions & 6 deletions resources/locales/es/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ msgstr ""
msgid "The requested address %s was not found on this server."
msgstr "La dirección solicitada %s no se encontró en el servidor."

#: Template/Error/error500.ctp:33
msgid "An Internal Error Has Occurred"
msgstr "Ha ocurrido un error interno"

#: Controller/Component/AuthComponent.php:461
msgid "You are not authorized to access that location."
msgstr "No tienes permisos para acceder a dicha ubicación."
Expand All @@ -36,11 +32,12 @@ msgstr "Falta la cookie del CSRF token"
msgid "CSRF token mismatch."
msgstr "Los token CSRF no concuerdan."

#: Error/ExceptionRenderer.php:251
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "No encontrado"

#: Error/ExceptionRenderer.php:253
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "Ha ocurrido un error interno."

Expand Down
9 changes: 3 additions & 6 deletions resources/locales/fa_IR/cake.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ msgstr "خطا"
msgid "The requested address %s was not found on this server."
msgstr "آدرس درخواستی %s در این سرور یافت نشد."

#: Template/Error/error500.ctp:33
msgid "An Internal Error Has Occurred"
msgstr "یک خطای داخلی رخ داده است."

#: Controller/Component/AuthComponent.php:461
msgid "You are not authorized to access that location."
msgstr "شما مجاز به دسترسی به آن مکان نمیباشید."
Expand All @@ -39,11 +35,12 @@ msgstr "کوکی رمز CSRF از دست رفته"
msgid "CSRF token mismatch."
msgstr "عدم تطابق رمز CSRF."

#: Error/ExceptionRenderer.php:251
#: Error/Renderer/WebExceptionRenderer.php:367
msgid "Not Found"
msgstr "پیدا نشد"

#: Error/ExceptionRenderer.php:253
#: Error/error500.php:41
#: Error/Renderer/WebExceptionRenderer.php:369
msgid "An Internal Error Has Occurred."
msgstr "یک خطای داخلی رخ داده است."

Expand Down
Loading

0 comments on commit 60a0fd7

Please sign in to comment.