GNOME Bugzilla – Bug 583861
Translation of /pitivi/utils.py:234
Last modified: 2009-05-29 11:35:26 UTC
Dear developer, Please verify and explain the wording 'non local'. To us it look ambigous. Maybe add an explaining comment. #: ../pitivi/utils.py:234 #, python-format msgid "%s doesn't yet handle non local projects"
This means the project is not stored locally (but on a webserver or a remote system).
Edward, are you ok to add something like this: raise NotImplementedError( # Translators: "non local" means the project is not stored # on a local filesystem _("%s doesn't yet handle non local projects") % APPNAME)
yes, please propose a patch and I'll commit it. FYI : the only commits accepted on the git.gnome.org pitivi repository are the translations (po/*), any other commits need to be pushed through git.pitivi.org.
Created attachment 135478 [details] [review] Add translator comment
commit d1330f621643fc82b09eb06be1999e4de7a86bda Author: Claude Paroz <claude@2xlibre.net> Date: Thu May 28 09:21:12 2009 +0200 utils: Add translator comment. Fixes #583861 This helps translators to know what "non local" means.