Update translation template

Bug #1614549 reported by Víctor R. Ruiz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical System Image
New
Undecided
Unassigned
YouTube Scope
Fix Committed
High
Paweł Stołowski

Bug Description

There are untranslated strings, but marked for localization in the source code. The template needs an update.

Related branches

Víctor R. Ruiz (vrruiz)
summary: - Update template
+ Update translation template
Revision history for this message
Víctor R. Ruiz (vrruiz) wrote :

Byt the way, in src/youtube/scope/preview.cpp, this line is wrong:

{"label", sc::Variant(_(subsribedList.size() > 0 ? "Unsubscribe": "Subscribe"))

It must be:

{"label", sc::Variant(subsribedList.size() > 0 ? _("Unsubscribe"): _("Subscribe"))

Revision history for this message
Victor gonzalez (victor-gonzalez-0) wrote :

The following strings are not translated yet and I can't find them in translations page:
https://translations.launchpad.net/unity-scope-youtube

Preconditions: language --> Spanish

Before login:

--> Tap on any video, here you'll see a button to login:

"Login to youtube" should be "Iniciar sesión en YouTube"

--------------
After login:

--> Tap over your profile picture:

"User channel" should be "Canal del usuario"
"View in browser" should be "Ver en el navegador"

-->Tap on any video, there should be 3 buttons:

>"Más..." button has the following bad translations:
- "Thumb up" should be "Like"
- "Thumb down" should be "Dislike"
- "Add to watch list" should be "Añadir a la lista de reproducción"
- "Add to favourites list" should be "Añadir a la lista de favoritos"
- "User channel" should be "Canal del usuario"

>"Subscribe" button should be "Suscribirse"
>"Post" button should be "Enviar"

@vrruiz feel free to change aything :)

Changed in unity-scope-youtube:
assignee: nobody → Paweł Stołowski (stolowski)
status: New → Confirmed
importance: Undecided → High
status: Confirmed → In Progress
Changed in unity-scope-youtube:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.