diff options
author | sr | 2013-02-05 17:28:19 +0100 |
---|---|---|
committer | sr | 2013-02-05 17:28:19 +0100 |
commit | 6f4fb557610beccb225a6bf3d46c0118b221bd99 (patch) | |
tree | fb2c7cb6cd7b09294fa3ca5cb7eef902bddac0e7 /i18n/server/pvsmgr_fr_FR.ts | |
parent | ... (diff) | |
download | pvs2-6f4fb557610beccb225a6bf3d46c0118b221bd99.tar.gz pvs2-6f4fb557610beccb225a6bf3d46c0118b221bd99.tar.xz pvs2-6f4fb557610beccb225a6bf3d46c0118b221bd99.zip |
[SERVER] Implement all four VNC projection modes
Diffstat (limited to 'i18n/server/pvsmgr_fr_FR.ts')
-rw-r--r-- | i18n/server/pvsmgr_fr_FR.ts | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/i18n/server/pvsmgr_fr_FR.ts b/i18n/server/pvsmgr_fr_FR.ts index 71f8e51..1cb3f91 100644 --- a/i18n/server/pvsmgr_fr_FR.ts +++ b/i18n/server/pvsmgr_fr_FR.ts @@ -10,27 +10,53 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../../src/server/mainwindow/mainwindow.cpp" line="335"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="338"/> <source>Session Name: %1 [click to edit]</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../src/server/mainwindow/mainwindow.cpp" line="371"/> - <source>No Projection Source selected</source> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="434"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="462"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="467"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="472"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="499"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="527"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="532"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="537"/> + <source>Projection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../src/server/mainwindow/mainwindow.cpp" line="371"/> - <source>You did not select any active client as the connection source.</source> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="435"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="463"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="528"/> + <source>No projection source selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../src/server/mainwindow/mainwindow.cpp" line="575"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="468"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="500"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="533"/> + <source>No tutor defined, or tutor is offline.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="473"/> + <source>Selected projection target is tutor.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="538"/> + <source>Selected projection source is tutor.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="747"/> <source>Projection Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../src/server/mainwindow/mainwindow.cpp" line="576"/> + <location filename="../../src/server/mainwindow/mainwindow.cpp" line="748"/> <source>Could not send screen contents of %1 to other clients: VNC Startup failed.</source> <translation type="unfinished"></translation> </message> |