mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
New Translation Structure
This commit is contained in:
parent
f1889a9e3d
commit
7044610e32
46 changed files with 1376 additions and 1715 deletions
|
@ -11,92 +11,8 @@
|
|||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
||||
$_t["en"]["You must be logged in before you can edit package information."] = "You must be logged in before you can edit package information.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["You must be logged in before you can edit package information."] = "Musisz być zalogowany aby móc edytować informacje o pakiecie.";
|
||||
include_once("en/pkgedit_po.inc");
|
||||
|
||||
$_t["en"]["Missing package ID."] = "Missing package ID.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Missing package ID."] = "Brakuje identyfikatora pakietu.";
|
||||
|
||||
$_t["en"]["Comment has been deleted."] = "Comment has been deleted.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Comment has been deleted."] = "Komentarz został usunięty.";
|
||||
|
||||
$_t["en"]["You are not allowed to delete this comment."] = "You are not allowed to delete this comment.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["You are not allowed to delete this comment."] = "Nie masz uprawnień do usunięcia tego komentarza.";
|
||||
|
||||
$_t["en"]["Missing comment ID."] = "Missing comment ID.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Missing comment ID."] = "Brakuje identyfikatora komentarza.";
|
||||
|
||||
$_t["en"]["Comment has been added."] = "Comment has been added.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Comment has been added."] = "Komentarz został dodany.";
|
||||
|
||||
$_t["en"]["Enter your comment below."] = "Enter your comment below.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Enter your comment below."] = "Napisz swój komentarz poniżej.";
|
||||
|
||||
$_t["en"]["Submit"] = "Submit";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Submit"] = "Wyślij";
|
||||
|
||||
$_t["en"]["Reset"] = "Reset";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Reset"] = "Wyczyść";
|
||||
|
||||
$_t["en"]["Package category updated."] = "Package category updated.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Package category updated."] = "Kategoria pakietu zmieniona.";
|
||||
|
||||
$_t["en"]["Invalid category ID."] = "Invalid category ID.";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Invalid category ID."] = "Nieprawidłowy identyfikator kategorii.";
|
||||
|
||||
$_t["en"]["Select new category"] = "Select new category";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Select new category"] = "Wybierz nowÄ… kategoriÄ™";
|
||||
|
||||
$_t["en"]["You've found a bug if you see this...."] = "You've found a bug if you see this....";
|
||||
# $_t["es"]["Category"] = "--> Traducción espaÅ„ola aquÃ. <--";
|
||||
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["You've found a bug if you see this...."] = "Jeżeli to widzisz, to znalazłeś błąd...";
|
||||
|
||||
$_t["en"]["A comment has been added to %s, you may view it at:\nhttp://aur.archlinux.org/packages.php?do_Details=1&ID=%s\n\nYou received this e-mail because you chose to recieve notifications of new comments on this package, if you no longer wish to recieve notifications about this package, please go the the above package page and click the appropriate control."] = "A comment has been added to %s, you may view it at:\nhttp://aur.archlinux.org/packages.php?do_Details=1&ID=%s\n\nYou recieved this e-mail because you chose to have recieve notifications of new comments on this package, if you no longer wish to recieve notifications about this package, please go the the above package page and click the appropriate control.";
|
||||
# $_t["es"]["A comment has been added to %s, you may view it at:\nhttp://aur.archlinux.org/packages.php?do_Details=1&ID=%s\n\nYou received this e-mail because you chose to have recieve notifications of new comments on this package, if you no longer wish to recieve notifications about this package, please go the the above package page and click the appropriate control."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["A comment has been added to %s, you may view it at:\nhttp://aur.archlinux.org/packages.php?do_Details=1&ID=%s\n\nYou received this e-mail because you chose to have recieve notifications of new comments on this package, if you no longer wish to recieve notifications about this package, please go the the above package page and click the appropriate control."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["A comment has been added to %s, you may view it at:\nhttp://aur.archlinux.org/packages.php?do_Details=1&ID=%s\n\nYou received this e-mail because you chose to have recieve notifications of new comments on this package, if you no longer wish to recieve notifications about this package, please go the the above package page and click the appropriate control."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["AUR Comment Notification for %s"] = "AUR Comment Notification for %s";
|
||||
# $_t["es"]["AUR Comment Notification for %s"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["AUR Comment Notification for %s"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["AUR Comment Notification for %s"] = "--> Deutsche Übersetzung hier. <--";
|
||||
include_once("pl/pkgedit_po.inc");
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue