Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Italian translation #29

Open
MarcoPon opened this issue Feb 24, 2015 · 0 comments
Open

Italian translation #29

MarcoPon opened this issue Feb 24, 2015 · 0 comments

Comments

@MarcoPon
Copy link

Hi!

Here's the strings-it.c with an Italian translation! Thanks for the attention, bye!

include "strings-it.h"

const char* const HOURS_IT[] = {
// AM hours
"mezzogiorno",
"una",
"due",
"tre",
"quattro",
"cinque",
"sei",
"sette",
"otto",
"nove",
"dieci",
"undici",

// PM hours
"mezzanotte",
"una",
"due",
"tre",
"quattro",
"cinque",
"sei",
"sette",
"otto",
"nove",
"dieci",
"undici"
};

/**

  • The string "$1" will be replaced with the current hour (e.g., "three"
  • at 3:45). The string "$2" will be replaced with the next hour
  • (e.g., "four" at 3:45).
    *
  • A "" character before a word makes that word bold.
    */
    const char
    const RELS_IT[] = {
    "$1 in punto",
    "
    $1 e cinque",
    "$1 e dieci",
    "
    $1 e un quarto",
    "$1 e venti",
    "
    $1 e venticinque",
    "$1 e mezza",
    "
    $1 e trentacinque",
    "$2 meno venti",
    "
    $2 meno un quarto",
    "$2 meno dieci",
    "
    $2 meno cinque"
    };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant