On Thu, Aug 12, 2010 at 3:08 AM, Loui Chang <[email protected]> wrote:
> On Sun 08 Aug 2010 09:11 +0300, Panos Filip wrote: > > I've made a new updated el_GR.po translation, since I found out that some > > strings need updating. > > Thanks I pushed all your patches. > > Thank you *very* much ! I'm now checking the preview here: http://aur.louipc.mine.nu/index.php?setlang=el_GR&detail=1 I've found new untranslated strings, and i've made new updates (NEW patch attached) And: 1) The [Forgot Password] <http://aur.louipc.mine.nu/passreset.php> link, can you provide a string for that please ? 2) In "Search by", the only one that we have strings for it is: "Maintainer" For "Name & Desc" "Name only" " Submitter", I didn't find any string unfortunatelly :S
From 35166b245a2592b4b00d313ef6791bca615aa0c4 Mon Sep 17 00:00:00 2001 From: Flamelab <[email protected]> Date: Thu, 12 Aug 2010 08:54:51 +0300 Subject: [PATCH] Minor fixes in Greek translation Signed-off-by: Flamelab <[email protected]> --- web/lang/el_GR.po | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/lang/el_GR.po b/web/lang/el_GR.po index fdc0f75..60a0e81 100644 --- a/web/lang/el_GR.po +++ b/web/lang/el_GR.po @@ -28,7 +28,7 @@ $_t["Remember to vote for your favourite packages!"] = "Θυμηθείτε να $_t["Error looking up username, %s."] = "Σφάλμα κατα την διάρκεια αναζήτησης ονόματος χρήστη, %s."; -$_t["Packages in unsupported"] = "Μη-υποστηριζόμενα πακέτα"; +$_t["Packages in unsupported"] = "Μη υποστηριζόμενα πακέτα"; $_t["The most popular packages will be provided as binary packages in [community]."] = "Τα πιο δημοφιλή πακέτα θα παρέχονται ως binary πακέτα στο [community]."; @@ -36,7 +36,7 @@ $_t["Trusted Users"] = "Trusted Users"; $_t["You must supply a username."] = "Πρέπει να καταχωρήσετε ένα επώνυμο."; -$_t["Packages added or updated in the past 7 days"] = "Πακέτα που προσθέθηκαν ή ανανεώθηκαν τις τελευταίες 7 ημέρες"; +$_t["Packages added or updated in the past 7 days"] = "Πακέτα που προστέθηκαν ή ανανεώθηκαν τις τελευταίες 7 ημέρες"; $_t["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "Οι συζητήσεις με e-mail όσον αφορά το AUR λαμβάνουν χώρα στη %sλίστα των Trusted Users%s."; @@ -72,8 +72,6 @@ $_t["Incorrect password for username, %s."] = "Λάθος συνθηματικό $_t["Safe"] = "Ασφαλές"; -$_t["Out-of-date"] = "Παρωχημένο"; - $_t["User Statistics"] = "Στατιστικά χρηστών"; $_t["DISCLAIMER"] = "ΑΠΟΠΟΙΗΣΗ ΕΥΘΥΝΗΣ"; @@ -506,3 +504,8 @@ $_t["Confirm your new password:"] = "Επιβεβαιώστε το νέο σας $_t["Add Proposal"] = "Προσθέστε Πρόταση"; + + +$_t["Ascending"] = "Αύξουσα" +$_t["Descending"] = "Φθίνουσα"; +$_t["Out of Date"] = "Παρωχημένο"; -- 1.7.2.1
