[gcr: 1/2] egg-oid: add comments for translators to newly added abbreviations



commit ed370047431a2422d18046b8a3a175ef557c08c0
Author: Dmitry Baryshkov <dbaryshkov gmail com>
Date:   Fri Jan 31 15:39:15 2020 +0300

    egg-oid: add comments for translators to newly added abbreviations
    
    Closes #40
    
    Signed-off-by: Dmitry Baryshkov <dbaryshkov gmail com>

 egg/egg-oid.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/egg/egg-oid.c b/egg/egg-oid.c
index 126aa12..ec77a0b 100644
--- a/egg/egg-oid.c
+++ b/egg/egg-oid.c
@@ -94,12 +94,16 @@ static OidInfo oid_info[] = {
        { 0, "2.5.4.65", "pseudonym", N_("Pseudonym"),
                EGG_OID_PRINTABLE | EGG_OID_IS_CHOICE },
 
+       /* Translators: Russian: Main state registration number */
        { 0, "1.2.643.100.1", "OGRN", N_("OGRN"),
                EGG_OID_PRINTABLE },
+       /* Translators: Russian: Individual insurance account number */
        { 0, "1.2.643.100.3", "SNILS", N_("SNILS"),
                EGG_OID_PRINTABLE },
+       /* Translators: Russian: Main state registration number for individual enterpreneurs */
        { 0, "1.2.643.100.5", "OGRNIP", N_("OGRNIP"),
                EGG_OID_PRINTABLE },
+       /* Translators: Russian: Individual taxpayer number */
        { 0, "1.2.643.3.131.1.1", "INN", N_("INN"),
                EGG_OID_PRINTABLE },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]